summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2008-02-22 22:02:46 +0000
committermsheby <>2008-02-22 22:02:46 +0000
commitd3e4c9d147a05d0eb6d2b3f3fce3b0400ae00c7f (patch)
tree8a1207e12719389df005c646a7d9ae2b20afe13e /src
parent750b21b732b0ee7fe58e251bd246c4b16fb3a18e (diff)
Add kumu files
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9581a4c..ea48aa9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,11 +30,15 @@ libasdcp_la_CPPFLAGS=-DASDCP_PLATFORM=\"@host@\"
# Python extension
if PYTHON_USE
pyexecdir = @PYTHON_EXECDIR@
-pyexec_LTLIBRARIES = kumu.la
-kumu_la_SOURCES = kumu_python.cpp kumu_python.h
+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
endif
# list of programs to be built and installed