summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8b6365f..fa681a4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,7 +36,8 @@ libasdcp_la_CPPFLAGS=-DASDCP_PLATFORM=\"@host@\"
# Python extension
if PYTHON_USE
lib_LTLIBRARIES += libpyasdcp.la
-nodist_libpyasdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h asdcp_python_misc.cpp \
+nodist_libpyasdcp_la_SOURCES = asdcp_python.cpp asdcp_python.h \
+ asdcp_python_writerinfo.h asdcp_python_misc.cpp \
asdcp_python_reader.cpp asdcp_python_writer.cpp asdcp_wrappers.h \
kumu_python.cpp kumu_python.h
libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@