Author: borisk
Date: Wed Nov 11 07:05:54 2009
New Revision: 834786

URL: http://svn.apache.org/viewvc?rev=834786&view=rev
Log:
Fix ICU message loader makefile to handle dist properly.

Modified:
    xerces/c/trunk/Makefile.am
    xerces/c/trunk/src/Makefile.am

Modified: xerces/c/trunk/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/Makefile.am?rev=834786&r1=834785&r2=834786&view=diff
==============================================================================
--- xerces/c/trunk/Makefile.am (original)
+++ xerces/c/trunk/Makefile.am Wed Nov 11 07:05:54 2009
@@ -4,8 +4,6 @@
              config/pretty-make \
              scripts/createBindingsFormatFromHPP.pl \
              scripts/makeStringDefinition.pl \
-             scripts/packageBinaries.pl \
-             scripts/packageSources.pl \
              scripts/sanityTest.pl \
              scripts/sanityTest_ExpectedResult.log
 

Modified: xerces/c/trunk/src/Makefile.am
URL: 
http://svn.apache.org/viewvc/xerces/c/trunk/src/Makefile.am?rev=834786&r1=834785&r2=834786&view=diff
==============================================================================
--- xerces/c/trunk/src/Makefile.am (original)
+++ xerces/c/trunk/src/Makefile.am Wed Nov 11 07:05:54 2009
@@ -123,9 +123,13 @@
 
 if XERCES_USE_MSGLOADER_ICU
 libxerces_c_la_SOURCES += ${msgicu_sources}
+nodist_libxerces_c_la_SOURCES = ${msgicu_nodist_sources}
 nobase_libxerces_c_la_HEADERS += ${msgicu_headers}
 AM_CPPFLAGS += -I${ICU_PREFIX}/include
 
+EXTRA_DIST += xercesc/util/MsgLoaders/ICU/resources/res-file-list.txt \
+xercesc/util/MsgLoaders/ICU/resources/root.txt
+
 # Resource shortname
 PKGNAME=xercesc_messages_${INTERFACE_VER_U}
 
@@ -1067,7 +1071,9 @@
        xercesc/util/MsgLoaders/ICU/ICUMsgLoader.hpp
 
 msgicu_sources = \
-       xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp \
+       xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp
+
+msgicu_nodist_sources = \
        xercesc_messages.c \
        root_res.c
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to