diff options
| author | mschroffel <mschroffel@cinecert.com> | 2014-07-14 20:50:11 +0000 |
|---|---|---|
| committer | mschroffel <> | 2014-07-14 20:50:11 +0000 |
| commit | 7f3035721a09a68106454a53be4fe7f967543195 (patch) | |
| tree | 6a0e61a9f726a76e173e1615692f44110857d7c7 /src | |
| parent | c4290e5e4a5d3dda75e00fc3288480c7bc37d845 (diff) | |
Added TimedText_Transform.h to the list of installable headers when using enable-dev-headers configure option
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index da5a320..ef44ffd 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,8 @@ include_HEADERS += \ PCMDataProviders.h \ SyncCommon.h \ SyncEncoder.h \ - UUIDInformation.h + UUIDInformation.h \ + TimedText_Transform.h endif @@ -115,7 +116,7 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \ AtmosSyncChannel_Mixer.cpp AtmosSyncChannel_Mixer.h \ PCMDataProviders.cpp PCMDataProviders.h \ SyncEncoder.c SyncEncoder.h SyncCommon.h CRC16.c CRC16.h \ - UUIDInformation.c UUIDInformation.h + UUIDInformation.c UUIDInformation.h libasdcp_la_LDFLAGS = -release @VERSION@ @@ -154,8 +155,7 @@ nodist_libpyasdcp_la_SOURCES = \ asdcp_python_mxf.cpp \ asdcp_python_mxf.h \ asdcp_python_mxf_text.cpp \ - asdcp_python_mxf_metadata.cpp \ - TimedText_Transform.h + asdcp_python_mxf_metadata.cpp libpyasdcp_la_CPPFLAGS = @PYTHON_CPPFLAGS@ @@ -265,7 +265,7 @@ asdcp_version_SOURCES = asdcp-version.cpp asdcp_version_LDADD = libkumu.la if DEV_HEADERS -nodist_tt_xform_SOURCES = tt-xform.cpp +nodist_tt_xform_SOURCES = tt-xform.cpp TimedText_Transform.h tt_xform_LDADD = libasdcp.la endif |
