diff options
| author | msheby <msheby@cinecert.com> | 2009-11-06 23:28:01 +0000 |
|---|---|---|
| committer | msheby <> | 2009-11-06 23:28:01 +0000 |
| commit | 7c2c22a48fefbad36f5a09cac7ae877023ad603e (patch) | |
| tree | 1c6a8df699da437453575c3757631af621651faf /src | |
| parent | faff6f051a52c59bdf575b70ea348f4694a6094b (diff) | |
Make tt stuff opt-in, not opt-out.
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7f68518..0b49e74 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,7 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \ JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \ PCMParserList.h S12MTimecode.h MDD.cpp -if !FREEDIST +if DEV_HEADERS nodist_libasdcp_la_SOURCES += TimedText_Transform.h TimedText_Transform.cpp endif @@ -136,7 +136,7 @@ wavesplit_LDADD = libasdcp.la # list of programs that need to be compiled for use in test suite check_PROGRAMS = asdcp-mem-test path-test jp2k-test S429-5-cgi \ fips-186-rng-test asdcp-version -if !FREEDIST +if DEV_HEADERS check_PROGRAMS += tt-xform endif @@ -154,7 +154,7 @@ fips_186_rng_test_SOURCES = fips-186-rng-test.cpp fips_186_rng_test_LDADD = libasdcp.la asdcp_version_SOURCES = asdcp-version.cpp asdcp_version_LDADD = libkumu.la -if !FREEDIST +if DEV_HEADERS nodist_tt_xform_SOURCES = tt-xform.cpp tt_xform_LDADD = libasdcp.la endif @@ -173,7 +173,9 @@ TESTS_ENVIRONMENT = BUILD_DIR="." TEST_FILES=../tests TEST_FILE_PREFIX=DCPd1-M1 # files to include in the distribution that automake doesn't automatically include EXTRA_DIST = fips-186-test-harness.pl $(TESTS) if !FREEDIST +if DEV_HEADERS EXTRA_DIST += $(nodist_libasdcp_la_SOURCES) $(nodist_tt_xform_SOURCES) +endif if PYTHON_USE EXTRA_DIST += $(nodist_pyexec_include_HEADERS) $(nodist_libpyasdcp_la_SOURCES) $(nodist_kumu_la_SOURCES) $(nodist_asdcp_la_SOURCES) endif |
