You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by da...@apache.org on 2006/02/15 11:15:55 UTC

svn commit: r377975 - /webservices/axis2/trunk/c/Makefile.am

Author: damitha
Date: Wed Feb 15 02:15:52 2006
New Revision: 377975

URL: http://svn.apache.org/viewcvs?rev=377975&view=rev
Log:
added INSTALL README LICENCE AUTHORS NEWS  CREDITS to 'make install'

Modified:
    webservices/axis2/trunk/c/Makefile.am

Modified: webservices/axis2/trunk/c/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/Makefile.am?rev=377975&r1=377974&r2=377975&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Wed Feb 15 02:15:52 2006
@@ -1,6 +1,6 @@
 TESTS =
-xmldir=$(prefix)
+datadir=$(prefix)
 SUBDIRS = modules $(TESTDIR) $(SAMPLES) ides
 include_HEADERS=$(top_builddir)/include/*.h
-xml_DATA= samples/server/axis2.xml
-EXTRA_DIST = build.sh autogen.sh
+data_DATA= samples/server/axis2.xml INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
+EXTRA_DIST = build.sh autogen.sh CREDITS