diff options
| author | jhurst <jhurst@cinecert.com> | 2009-04-01 15:52:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-04-01 15:52:56 +0000 |
| commit | 4ca942b397d1e6ff69b28aa01a5e5a250103463f (patch) | |
| tree | 8cb40bc3ad008627d5a092696b505f07e189a3f8 /src/Makefile.am | |
| parent | c457586e6fadd7c8b3547c59a7e30407842fce9b (diff) | |
mo-better timed text
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 17537b0..e41bc90 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -132,9 +132,8 @@ check_PROGRAMS = asdcp-mem-test path-test jp2k-test S429-5-cgi \ fips-186-rng-test asdcp-version tt-xform # sources for a test program -asdcp_mem_test_SOURCES = asdcp-mem-test.cpp - # list of libraries to link against for a test program +asdcp_mem_test_SOURCES = asdcp-mem-test.cpp asdcp_mem_test_LDADD = libasdcp.la path_test_SOURCES = path-test.cpp path_test_LDADD = libkumu.la @@ -146,8 +145,9 @@ 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 = libkumu.la +tt_xform_LDADD = libasdcp.la libkumu.la # list of test scripts to execute during "make check" |
