diff options
| author | mikey <mikey@cinecert.com> | 2009-04-09 18:28:03 +0000 |
|---|---|---|
| committer | mikey <> | 2009-04-09 18:28:03 +0000 |
| commit | c08082d4d097b0bacda575171098862e735b3ad8 (patch) | |
| tree | 4887f009fbea3cd146393636e6caf8d31afc2814 /src/Makefile.am | |
| parent | df345312e67da6c3707c276d417069c910db1597 (diff) | |
udpated readme for changes; added BSD license to fips-testharness; removed tt-xform from makefile.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 20bf41a..34dee62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -129,7 +129,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 tt-xform + fips-186-rng-test asdcp-version # sources for a test program # list of libraries to link against for a test program @@ -146,8 +146,6 @@ 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 libkumu.la # list of test scripts to execute during "make check" |
