diff options
| author | jhurst <jhurst@cinecert.com> | 2008-09-10 22:18:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-09-10 22:18:56 +0000 |
| commit | 16c33b45f493dc07a64a51473df3b405551385a8 (patch) | |
| tree | 05cf1a850cf055a65fc8af58baab097feb7a3344 /src/Makefile.am | |
| parent | e07e536da65cc8fd872d32ca201e65dd507f6b51 (diff) | |
now using libtai for time-date
Diffstat (limited to 'src/Makefile.am')
| -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 00a4ede..a4bd25a 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 = -version-info 3:19:0 # sources for a library that don't get added to a distribution |
