diff options
| author | jhurst <jhurst@cinecert.com> | 2013-06-06 05:35:37 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-06-06 05:35:37 +0000 |
| commit | 4cfc4c5fdcf3f23971eb361928fa1c6c75011934 (patch) | |
| tree | 0faa0eea69b682ca9546acd7c95f3095ae7be8e7 /src/Makefile.am | |
| parent | 1b7fcb3c79158089eac22ef405eac3712a76f320 (diff) | |
new toy
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0a46bf7..98b0edd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -176,7 +176,7 @@ endif # list of programs to be built and installed bin_PROGRAMS = \ asdcp-wrap asdcp-unwrap asdcp-util asdcp-info asdcp-test \ - j2c-test blackwave klvwalk wavesplit \ + j2c-test blackwave klvwalk wavesplit klvsplit \ kmfilegen kmrandgen kmuuidgen if USE_AS_02 @@ -223,6 +223,9 @@ wavesplit_LDADD = libasdcp.la j2c_test_SOURCES = j2c-test.cpp j2c_test_LDADD = libasdcp.la +klvsplit_SOURCES = klvsplit.cpp +klvsplit_LDADD = libasdcp.la + if USE_AS_02 as_02_wrap_SOURCES = as-02-wrap.cpp as_02_wrap_LDADD = libas02.la |
