summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-10-08 09:08:43 -0700
committerjhurst <jhurst@cinecert.com>2020-10-08 09:08:43 -0700
commit25416a414301ddf79f499373c279740a519a27b1 (patch)
treefaa123848a303a038d48ea3027414520e7998a68 /src/Makefile.am
parent174a1e30ef431989b0b9b0812bc38c79db8331a4 (diff)
fixed conditional XML parser support
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 65ab3e0..dc1cf86 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -54,12 +54,9 @@ include_HEADERS = \
KM_aes.h \
KM_util.h \
KM_tai.h \
+ KM_xml.h \
AS_DCP.h
-if HAVE_XERCESC
-#include_HEADERS += KM_xml.h
-endif
-
if DEV_HEADERS
include_HEADERS += \
S12MTimecode.h \
@@ -107,13 +104,9 @@ endif
# sources for kumu library
libkumu_la_SOURCES = KM_error.h KM_fileio.cpp KM_fileio.h KM_log.cpp KM_log.h \
KM_memio.h KM_mutex.h KM_platform.h KM_prng.cpp KM_prng.h KM_util.cpp \
- KM_util.h KM_tai.h KM_tai.cpp \
+ KM_util.h KM_tai.h KM_tai.cpp KM_xml.cpp KM_xml.h \
KM_sha1.cpp KM_sha1.h KM_aes.h KM_aes.cpp
-if HAVE_XERCESC
-#libkumu_la_SOURCES += KM_xml.cpp KM_xml.h
-endif
-
# linker flags (*not* including libraries to link against) for a library
libkumu_la_LDFLAGS = -release @VERSION@