diff options
| author | mikey <mikey@cinecert.com> | 2014-06-05 16:33:46 +0000 |
|---|---|---|
| committer | mikey <> | 2014-06-05 16:33:46 +0000 |
| commit | 1f52a9a7e5a8895389e0daa098dabb960735ed13 (patch) | |
| tree | 4b3454b4b117faab9d1f9c54640b86b7fa33bab3 /src/Makefile.am | |
| parent | 6de07d0a33aec56c8a650054b1b747768d696416 (diff) | |
version
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 99bf92b..c2de809 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -39,6 +39,8 @@ if ENABLE_RANDOM_UUID AM_CPPFLAGS += -DCONFIG_RANDOM_UUID endif +AM_CPPFLAGS += -g + # list of all the header files that should be installed include_HEADERS = \ KM_error.h \ @@ -71,8 +73,6 @@ include_HEADERS += \ SyncEncoder.h \ UUIDInformation.h - -nodist_include_HEADERS = TimedText_Transform.h endif if USE_AS_02 @@ -118,10 +118,6 @@ libasdcp_la_SOURCES = MPEG2_Parser.cpp MPEG.cpp JP2K_Codestream_Parser.cpp \ UUIDInformation.c UUIDInformation.h -if DEV_HEADERS -nodist_libasdcp_la_SOURCES += TimedText_Transform.h TimedText_Transform.cpp -endif - libasdcp_la_LDFLAGS = -release @VERSION@ # additional libraries to link against for a library libasdcp_la_LIBADD = libkumu.la |
