summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-11-12 18:51:17 -0500
committerHubert Figuiere <hub@figuiere.net>2007-11-12 18:51:17 -0500
commit5b071a3820e60e12f887b2b7e62094c7a547de8b (patch)
tree639991d715eb431cab1c5141f8536e9094772431
parentee7e86937a05f5fcf26442c6dc8b51a9b8200715 (diff)
fix a couple of warnings
-rw-r--r--source/XMPFiles/FormatSupport/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/source/XMPFiles/FormatSupport/Makefile.am b/source/XMPFiles/FormatSupport/Makefile.am
index e0f1a26..3c6d005 100644
--- a/source/XMPFiles/FormatSupport/Makefile.am
+++ b/source/XMPFiles/FormatSupport/Makefile.am
@@ -38,6 +38,7 @@ noinst_LTLIBRARIES = libformatsupport.la
noinst_HEADERS = EndianUtils.hpp IPTC_Support.hpp PSIR_Support.hpp\
Reconcile_Impl.hpp RIFF_Support.hpp XMPScanner.hpp\
ID3_Support.hpp PNG_Support.hpp QuickTime_Support.hpp\
+ QuickTime_Support.cpp\
ReconcileLegacy.hpp TIFF_Support.hpp GIF_Support.hpp
@@ -46,12 +47,10 @@ INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../common \
-I$(top_srcdir)/third-party/MD5
-AM_CPPFLAGS = \
+AM_CPPFLAGS = -Wno-multichar\
-DUNIX_ENV=1 -DXMP_IMPL=1 -DXMP_ClientBuild=0 \
-D_FILE_OFFSET_BITS=64 -DHAVE_EXPAT_CONFIG_H=1 -DXML_STATIC=1
-
-
libformatsupport_la_SOURCES = ID3_Support.cpp PSIR_FileWriter.cpp Reconcile_Impl.cpp \
ReconcileTIFF.cpp TIFF_MemoryReader.cpp \
IPTC_Support.cpp PSIR_MemoryReader.cpp ReconcileIPTC.cpp \