diff options
| author | msheby <msheby@cinecert.com> | 2008-07-11 03:29:45 +0000 |
|---|---|---|
| committer | msheby <> | 2008-07-11 03:29:45 +0000 |
| commit | 3c9d1a2d73ae08274cb0185bc6379ca42db19c3e (patch) | |
| tree | 4612a4a6761a3ba8e365beca0db6e20e25459db6 /src/Makefile.am | |
| parent | 10e642b11eed40ebe5a42979772c8c37bc91ac26 (diff) | |
Move localized ASDCP::WriterInfo off the heap.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 3 |
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@ |
