diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 8 |
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 |
