diff options
| author | mikey <mikey@cinecert.com> | 2008-10-14 00:02:37 +0000 |
|---|---|---|
| committer | mikey <> | 2008-10-14 00:02:37 +0000 |
| commit | 02be6b0940749863db32c0b00698fd25b5ab6640 (patch) | |
| tree | 7222586e786f79c306c5817581cc97f17b53768b /src | |
| parent | 145fa1df9d6e904bdb8931c774014d105f92744e (diff) | |
collision restoration
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0821902..632784a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -41,7 +41,7 @@ lib_LTLIBRARIES = libkumu.la libasdcp.la # sources for a library libkumu_la_SOURCES = KM_error.h KM_fileio.cpp KM_fileio.h KM_log.cpp KM_log.h \ KM_memio.h KM_mutex.h KM_platform.h KM_prng.cpp KM_prng.h KM_util.cpp \ - KM_util.h KM_xml.cpp KM_xml.h + KM_util.h KM_xml.cpp KM_xml.h KM_tai.h KM_tai.cpp # linker flags (*not* including libraries to link against) for a library libkumu_la_LDFLAGS = -release 1.3.20 # sources for a library that don't get added to a distribution |
