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 pi...@apache.org on 2007/06/20 10:36:22 UTC

svn commit: r548995 - /webservices/axis2/trunk/c/tools/tcpmon/Makefile.am

Author: pini
Date: Wed Jun 20 01:36:21 2007
New Revision: 548995

URL: http://svn.apache.org/viewvc?view=rev&rev=548995
Log:
Fixed build break

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

Modified: webservices/axis2/trunk/c/tools/tcpmon/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/tcpmon/Makefile.am?view=diff&rev=548995&r1=548994&r2=548995
==============================================================================
--- webservices/axis2/trunk/c/tools/tcpmon/Makefile.am (original)
+++ webservices/axis2/trunk/c/tools/tcpmon/Makefile.am Wed Jun 20 01:36:21 2007
@@ -1,4 +1,5 @@
-SUBDIRS = src $(TESTDIR) 
+SUBDIRS = src 
 includedir=$(prefix)/include/axis2-1.0
 include_HEADERS=$(top_builddir)/include/*.h
 data_DATA= INSTALL README AUTHORS NEWS LICENSE COPYING
+EXTRA_DIST=LICENSE



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org