summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2009-10-05 22:53:42 +0000
committermsheby <>2009-10-05 22:53:42 +0000
commit99ff2799c6926419c049d7d307b7f558505283ab (patch)
tree5243719a7fd37534e5ba8d7e20f0ca2071056366 /src
parentb75bb9210f184d2a5261b824d2fc8b1ce23db641 (diff)
Include timed text transform when enabling dev headers.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f85d9a9..f38b3c6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -43,7 +43,7 @@ include_HEADERS = KM_error.h KM_fileio.h KM_log.h KM_memio.h KM_mutex.h \
KM_platform.h KM_prng.h KM_util.h KM_xml.h AS_DCP.h
if DEV_HEADERS
include_HEADERS += S12MTimecode.h MDD.h Metadata.h KLV.h MXFTypes.h MXF.h Wav.h \
- PCMParserList.h
+ PCMParserList.h TimedText_Transform.h
endif
# list of the libraries to build and install
@@ -69,6 +69,9 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \
Wav.h WavFileWriter.h MXF.h Metadata.h \
JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \
PCMParserList.h S12MTimecode.h MDD.cpp
+if DEV_HEADERS
+libasdcp_la_SOURCES += TimedText_Transform.cpp
+endif
libasdcp_la_LDFLAGS = -release @VERSION@
@@ -83,7 +86,7 @@ lib_LTLIBRARIES += libpyasdcp.la
nodist_libpyasdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h \
asdcp_python_writerinfo.h asdcp_python_misc.cpp \
asdcp_python_reader.cpp asdcp_python_writer.cpp asdcp_wrappers.h \
- asdcp_python_descriptor.cpp TimedText_Transform.h TimedText_Transform.cpp \
+ asdcp_python_descriptor.cpp \
kumu_python.cpp kumu_python.h
libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@