summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2009-02-27 17:40:53 +0000
committermikey <>2009-02-27 17:40:53 +0000
commitb678208ffd396ed3b21fb4df7ef74d9bf751b41d (patch)
treec1d66a5133562b3a25a8bf5b8c4ef7c8195a5631 /src
parent74a6187035e675f40b87af4fe81c81ffc507abd9 (diff)
Added change to update the library version numbers.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 96581b0..ebf93c1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -45,7 +45,7 @@ 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_tai.h KM_tai.cpp
# linker flags (*not* including libraries to link against) for a library
-libkumu_la_LDFLAGS = -release 1.3.20
+libkumu_la_LDFLAGS = -release @VERSION@
# sources for a library that don't get added to a distribution
nodist_libasdcp_la_SOURCES = Metadata_h.tt2 Metadata_cpp.tt2 \
mxfgen.pl MXF_def.pl ullist.pl ULList.xml dict.xml DMS_Crypto.xml
@@ -58,7 +58,7 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \
Wav.h WavFileWriter.h MXF.h Metadata.h \
JP2K.h AS_DCP.h AS_DCP_internal.h KLV.h MPEG.h MXFTypes.h MDD.h \
PCMParserList.h S12MTimecode.h MDD.cpp
-libasdcp_la_LDFLAGS = -release 1.3.20
+libasdcp_la_LDFLAGS = -release @VERSION@
# additional libraries to link against for a library
libasdcp_la_LIBADD = libkumu.la
libasdcp_la_CPPFLAGS = -DASDCP_PLATFORM=\"@host@\"