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 05:39:14 UTC

svn commit: r377938 - in /webservices/axis2/trunk/c: modules/core/util/Makefile.am test/util/Makefile.am

Author: damitha
Date: Tue Feb 14 20:39:12 2006
New Revision: 377938

URL: http://svn.apache.org/viewcvs?rev=377938&view=rev
Log:
More work on make dist

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

Modified: webservices/axis2/trunk/c/modules/core/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/util/Makefile.am?rev=377938&r1=377937&r2=377938&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/util/Makefile.am Tue Feb 14 20:39:12 2006
@@ -1 +1,2 @@
 TESTS =
+noinst_HEADERS = axis2_core_utils.h

Modified: webservices/axis2/trunk/c/test/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/util/Makefile.am?rev=377938&r1=377937&r2=377938&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/util/Makefile.am Tue Feb 14 20:39:12 2006
@@ -1,7 +1,8 @@
 TESTS = test_util
 prgbindir=$(prefix)/bin/system_test
 prgbin_PROGRAMS = test_util test_thread
-noinst_HEADERS = test_log.h
+noinst_HEADERS = test_log.h \
+                    test_thread.h 
 check_PROGRAMS = test_util
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS)