Hi,

Attached patch adds /modules/mod_addr/module.xml, /samples/server/axis2.xml, /samples/server/echo/services.xml and samples/server/math/services.xml to make dist. Please apply. Thanks.
~sanjaya

--
http://sanjaya.8k.com


Index: samples/server/math/Makefile.am
===================================================================
--- samples/server/math/Makefile.am     (revision 375555)
+++ samples/server/math/Makefile.am     (working copy)
@@ -1,6 +1,6 @@
 prglibdir=$(prefix)/services/math
 prglib_LTLIBRARIES = libmath.la
-#prglib_DATA=services.xml
+prglib_DATA=services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = math.h
 SUBDIRS =
Index: samples/server/Makefile.am
===================================================================
--- samples/server/Makefile.am  (revision 375555)
+++ samples/server/Makefile.am  (working copy)
@@ -1 +1,2 @@
 SUBDIRS = echo math
+EXTRA_DIST = axis2.xml
Index: samples/server/echo/Makefile.am
===================================================================
--- samples/server/echo/Makefile.am     (revision 375555)
+++ samples/server/echo/Makefile.am     (working copy)
@@ -1,6 +1,6 @@
 prglibdir=$(prefix)/services/echo
 prglib_LTLIBRARIES = libecho.la
-#prglib_DATA= services.xml
+prglib_DATA= services.xml
 EXTRA_DIST = services.xml
 noinst_HEADERS = echo.h
 SUBDIRS =

Reply via email to