summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-02-28 00:57:31 +0000
committermsheby <>2008-02-28 00:57:31 +0000
commita26997a57c206312a334cc59d0d0347da2d1a580 (patch)
treeb921414f0b5611cd46da6b81a814e92acab1d3a9 /src
parentfc8ca62a6bd226b80cc95334e19eb26b02dbe036 (diff)
Install additional header file.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ea48aa9..1e9eef8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
# list of all the header files that should be installed
include_HEADERS = KM_error.h KM_fileio.h KM_log.h KM_memio.h KM_mutex.h \
- KM_platform.h KM_prng.h KM_util.h KM_xml.h AS_DCP.h
+ KM_platform.h KM_prng.h KM_util.h KM_xml.h AS_DCP.h S12MTimecode.h
# list of the libraries to build and install
lib_LTLIBRARIES = libkumu.la libasdcp.la
@@ -30,15 +30,15 @@ libasdcp_la_CPPFLAGS=-DASDCP_PLATFORM=\"@host@\"
# Python extension
if PYTHON_USE
pyexecdir = @PYTHON_EXECDIR@
-pyexec_LTLIBRARIES = kumu.la asdcp.la
-nodist_kumu_la_SOURCES = kumu_python.cpp kumu_python.h
-kumu_la_CPPFLAGS = @PYTHON_CPPFLAGS@
-kumu_la_LDFLAGS = @PYTHON_LSPEC@ -avoid-version -module
-kumu_la_LIBADD = libkumu.la
-nodist_asdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h asdcp_python_misc.cpp asdcp_python_reader.cpp asdcp_python_writer.cpp asdcp_wrappers.h
-asdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@
-asdcp_la_LDFLAGS = @PYTHON_LSPEC@ -avoid-version -module
-asdcp_la_LIBADD = libasdcp.la
+pyexec_LTLIBRARIES = pykumu.la pyasdcp.la
+nodist_pykumu_la_SOURCES = kumu_python.cpp kumu_python.h
+pykumu_la_CPPFLAGS = @PYTHON_CPPFLAGS@
+pykumu_la_LDFLAGS = @PYTHON_LSPEC@ -avoid-version -module
+pykumu_la_LIBADD = libkumu.la
+nodist_pyasdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h asdcp_python_misc.cpp asdcp_python_reader.cpp asdcp_python_writer.cpp asdcp_wrappers.h
+pyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@
+pyasdcp_la_LDFLAGS = @PYTHON_LSPEC@ -avoid-version -module
+pyasdcp_la_LIBADD = libasdcp.la
endif
# list of programs to be built and installed