You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/03/21 10:18:21 UTC

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

Author: damitha
Date: Tue Mar 21 01:18:18 2006
New Revision: 387465

URL: http://svn.apache.org/viewcvs?rev=387465&view=rev
Log:
added samples direcotry to 'make dist'

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=387465&r1=387464&r2=387465&view=diff
==============================================================================
--- webservices/axis2/trunk/c/Makefile.am (original)
+++ webservices/axis2/trunk/c/Makefile.am Tue Mar 21 01:18:18 2006
@@ -2,9 +2,8 @@
 datadir=$(prefix)
 logsdir=$(prefix)/logs
 SUBDIRS = modules $(TESTDIR) include ides
-DIST_SUBDIRS= samples
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= samples/server/axis2.xml INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
 logs_DATA=samples/server/axis2.log
-EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE samples/server/axis2.log
+EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE samples/server/axis2.log samples