summaryrefslogtreecommitdiff
path: root/XMPFiles/source/FormatSupport
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2013-06-29 23:11:36 -0400
committerHubert Figuière <hub@figuiere.net>2013-06-29 23:11:36 -0400
commit618424bac3a0df5346c6c119d64d601ddd813c09 (patch)
treeeba8227323c8974057605a8a3d278ee1894f7ba8 /XMPFiles/source/FormatSupport
parenta36182b4304c2f0d4c27091fcf26c36ea648d9f2 (diff)
Fix build system for the newer SDK
Diffstat (limited to 'XMPFiles/source/FormatSupport')
-rw-r--r--XMPFiles/source/FormatSupport/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/XMPFiles/source/FormatSupport/Makefile.am b/XMPFiles/source/FormatSupport/Makefile.am
index 77abc0d..39ff831 100644
--- a/XMPFiles/source/FormatSupport/Makefile.am
+++ b/XMPFiles/source/FormatSupport/Makefile.am
@@ -46,9 +46,13 @@ INCLUDES = -I$(top_srcdir) \
AM_CPPFLAGS = -Wno-multichar\
-D@EXEMPI_PLATFORM_DEF@=1 -DXMP_IMPL=1 -DXMP_ClientBuild=0 \
+ -DXMP_StaticBuild=1 \
-D_FILE_OFFSET_BITS=64 -DHAVE_EXPAT_CONFIG_H=1 -DXML_STATIC=1
-libformatsupport_la_SOURCES = PSIR_FileWriter.cpp Reconcile_Impl.cpp \
+libformatsupport_la_SOURCES = \
+ PackageFormat_Support.cpp PackageFormat_Support.hpp \
+ PostScript_Support.cpp PostScript_Support.hpp \
+ PSIR_FileWriter.cpp Reconcile_Impl.cpp \
ReconcileTIFF.cpp TIFF_MemoryReader.cpp \
IPTC_Support.cpp PSIR_MemoryReader.cpp ReconcileIPTC.cpp \
RIFF.cpp RIFF.hpp ID3_Support.cpp ID3_Support.hpp\