Modify to test email notice.
[asdcplib.git] / src / Makefile.am
index 5b7158feb7d868ce9b3378248a681c667e18ec62..af3d7d7081c5368aa776cacf2e7ed5ab96dfc5b9 100644 (file)
@@ -2,7 +2,7 @@
 #
 # $Id$
 #
-# Copyright (c) 2007-2016 John Hurst. All rights reserved.
+# Copyright (c) 2007-2018 John Hurst. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -72,8 +72,10 @@ include_HEADERS += \
        PCMDataProviders.h \
        SyncCommon.h \
        SyncEncoder.h \
-       UUIDInformation.h 
-
+       UUIDInformation.h \
+       WavFileWriter.h \
+       AS_DCP_internal.h \
+       AS_DCP_DCData_internal.h
 
 endif
 
@@ -139,13 +141,19 @@ if USE_AS_02
 libas02_la_SOURCES     = \
        AS_02.h \
        AS_02_internal.h \
+       ACES.h \
+       AS_02_ACES.h \
        h__02_Reader.cpp \
        h__02_Writer.cpp \
        AS_02_JP2K.cpp \
        AS_02_PCM.cpp \
-       AS_02_AUX_DATA.cpp \
+       AS_02_ISXD.cpp \
        ST2052_TextParser.cpp \
-       AS_02_TimedText.cpp
+       AS_02_TimedText.cpp \
+       ACES.cpp \
+       ACES_Codestream_Parser.cpp \
+       ACES_Sequence_Parser.cpp \
+       AS_02_ACES.cpp
 
 libas02_la_LDFLAGS = -release @VERSION@
 libas02_la_LIBADD = libasdcp.la libkumu.la
@@ -171,6 +179,7 @@ lib_LTLIBRARIES += libpyasdcp.la
 
 nodist_libpyasdcp_la_SOURCES = \
        kumu_python.cpp \
+       kumu_python_list.cpp \
        kumu_python.h \
        asdcp_python.cpp \
        asdcp_python.h \
@@ -193,7 +202,7 @@ libpyasdcp_la_LIBADD        += libas02.la
 endif
 
 pyexecdir = @PYTHON_EXECDIR@
-pyexec_includedir = $(PYTHON_PREFIX)/include/python$(PYTHON_SHORTVERSION)
+pyexec_includedir = $(prefix)/include
 nodist_pyexec_include_HEADERS = kumu_python.h asdcp_python.h asdcp_wrappers.h
 pyexec_LTLIBRARIES = kumu.la asdcp.la
 
@@ -338,7 +347,7 @@ TESTS_ENVIRONMENT = BUILD_DIR="." TEST_FILES=../tests TEST_FILE_PREFIX=DCPd1-M1
        JP2K_PREFIX=MM_2k_XYZ_
 
 # files to include in the distribution that automake doesn't automatically include
-EXTRA_DIST = fips-186-test-harness.pl $(TESTS) ../README.cmake ../CMakeLists.txt  CMakeLists.txt 
+EXTRA_DIST = fips-186-test-harness.pl $(TESTS) ../README.cmake ../CMakeLists.txt  CMakeLists.txt dirent_win.h
 if !FREEDIST
 if DEV_HEADERS
 EXTRA_DIST += $(nodist_libasdcp_la_SOURCES) $(nodist_tt_xform_SOURCES)