diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-09 01:09:50 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-09 01:09:50 +0000 |
| commit | 4e404673b69a7e2772579788a0b55c7037cee314 (patch) | |
| tree | d6f05d45f382506786ba737adaa254433d1abb97 /src/Makefile.am | |
| parent | 7827a7e7572601440568788cb028ee883498fa15 (diff) | |
The following changes have been checked into napali:
1. The is some template voodoo in KM_fileio.h to ward off the D_FILE_OFFSET_BITS=64 bug
2. KM_log.cpp now uses mutex protection for the global default LogSink
3. I added Kumu::Version (uses the same value as ASDCP::Version()). I did this because...
4. I modified Makefile.am so that kmfilegen, kmrandgen, and kmuuidgen only link against libkumu, as nature intended.
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 7b509ca..a7666fb 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -67,11 +67,11 @@ asdcp_test_SOURCES = asdcp-test.cpp # list of libraries to link against for a program asdcp_test_LDADD = libasdcp.la kmfilegen_SOURCES = kmfilegen.cpp -kmfilegen_LDADD = libasdcp.la +kmfilegen_LDADD = libkumu.la kmrandgen_SOURCES = kmrandgen.cpp -kmrandgen_LDADD = libasdcp.la +kmrandgen_LDADD = libkumu.la kmuuidgen_SOURCES = kmuuidgen.cpp -kmuuidgen_LDADD = libasdcp.la +kmuuidgen_LDADD = libkumu.la blackwave_SOURCES = blackwave.cpp blackwave_LDADD = libasdcp.la klvwalk_SOURCES = klvwalk.cpp |
