summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-08-14 18:21:35 +0000
committerjhurst <>2009-08-14 18:21:35 +0000
commit02e0d37bf7b192fcac4b8bb8c4c39a62d47c9531 (patch)
tree1ffeb5db9b8458cb7bebebe32ce087c2f0dedb75 /src/Makefile.am
parent49d8c24675d057db801c68d0a3063ceb3eab366f (diff)
new mode
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 44b6dbc..f85d9a9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,7 +83,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 \
+ asdcp_python_descriptor.cpp TimedText_Transform.h TimedText_Transform.cpp \
kumu_python.cpp kumu_python.h
libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@
@@ -130,7 +130,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
+ fips-186-rng-test asdcp-version tt-xform
# sources for a test program
# list of libraries to link against for a test program
@@ -146,7 +146,8 @@ 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
-
+tt_xform_SOURCES = tt-xform.cpp TimedText_Transform.h TimedText_Transform.cpp
+tt_xform_LDADD = libasdcp.la
# list of test scripts to execute during "make check"