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/01/31 06:00:36 UTC

svn commit: r373705 - /webservices/axis2/trunk/c/test/util/Makefile.am

Author: damitha
Date: Mon Jan 30 21:00:32 2006
New Revision: 373705

URL: http://svn.apache.org/viewcvs?rev=373705&view=rev
Log:
changed this to add test_log.c

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

Modified: webservices/axis2/trunk/c/test/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/Makefile.am?rev=373705&r1=373704&r2=373705&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/util/Makefile.am Mon Jan 30 21:00:32 2006
@@ -2,7 +2,7 @@
 prgbin_PROGRAMS = test_util
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS)
-test_util_SOURCES = test_util.c
+test_util_SOURCES = test_util.c test_log.c
 
 test_util_LDADD   =   -L$(AXIS2C_HOME)/lib -laxis2_util -laxis2_unix