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/20 10:08:13 UTC

svn commit: r379063 - in /webservices/axis2/trunk/c/test/unit: core/context/Makefile.am core/deployment/Makefile.am core/description/Makefile.am core/engine/Makefile.am core/phaseresolver/Makefile.am util/Makefile.am wsdl/Makefile.am xml/om/Makefile.am

Author: damitha
Date: Mon Feb 20 01:08:10 2006
New Revision: 379063

URL: http://svn.apache.org/viewcvs?rev=379063&view=rev
Log:
stops intalling header files in test directories.


Modified:
    webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
    webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
    webservices/axis2/trunk/c/test/unit/util/Makefile.am
    webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am
    webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am

Modified: webservices/axis2/trunk/c/test/unit/core/context/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/context/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/context/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/context/Makefile.am Mon Feb 20 01:08:10 2006
@@ -4,7 +4,7 @@
 prglib_LTLIBRARIES = libtest_context.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libtest_context_la_SOURCES = context_test.c
-include_HEADERS=$(top_builddir)/test/unit/core/context/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/core/context/*.h
 
 
 INCLUDES = -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/deployment/Makefile.am Mon Feb 20 01:08:10 2006
@@ -7,7 +7,7 @@
                                 test_phases_info.c \
                                 test_dep_engine.c
 
-include_HEADERS=$(top_builddir)/test/unit/core/deployment/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/core/deployment/*.h
 
 
 INCLUDES = -I$(top_builddir)/include \

Modified: webservices/axis2/trunk/c/test/unit/core/description/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/description/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/description/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/description/Makefile.am Mon Feb 20 01:08:10 2006
@@ -9,7 +9,7 @@
                                     test_flow.c \
                                     test_handler_desc.c
 
-include_HEADERS=$(top_builddir)/test/unit/core/description/*.h $(top_builddir)/test/unit/core/phaseresolver/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/core/description/*.h $(top_builddir)/test/unit/core/phaseresolver/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \

Modified: webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/engine/Makefile.am Mon Feb 20 01:08:10 2006
@@ -4,7 +4,7 @@
 prglib_LTLIBRARIES = libtest_engine.la
 AM_CPPFLAGS = $(CPPFLAGS)
 libtest_engine_la_SOURCES = engine_test.c test_conf.c
-include_HEADERS=$(top_builddir)/test/unit/core/engine/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/core/engine/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \

Modified: webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/core/phaseresolver/Makefile.am Mon Feb 20 01:08:10 2006
@@ -7,7 +7,7 @@
                                     test_resolver.c \
                                     test_phase_holder.c
 
-include_HEADERS=$(top_builddir)/test/unit/core/phaseresolver/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/core/phaseresolver/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/util \

Modified: webservices/axis2/trunk/c/test/unit/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/util/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/util/Makefile.am Mon Feb 20 01:08:10 2006
@@ -13,7 +13,7 @@
                             util_dir_handler_test.c \
                             util_class_loader_test.c
 
-include_HEADERS=$(top_builddir)/test/unit/util/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/util/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I${CUTEST_HOME}/include \

Modified: webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/wsdl/Makefile.am Mon Feb 20 01:08:10 2006
@@ -6,7 +6,7 @@
 
 libtest_wsdl_la_SOURCES = wsdl_test.c test_wsdl_component.c
 
-include_HEADERS=$(top_builddir)/test/unit/wsdl/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/wsdl/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I${CUTEST_HOME}/include \

Modified: webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am?rev=379063&r1=379062&r2=379063&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/unit/xml/om/Makefile.am Mon Feb 20 01:08:10 2006
@@ -7,7 +7,7 @@
 libtest_om_la_SOURCES = om_test.c om_node_test.c
 
                         
-include_HEADERS=$(top_builddir)/test/unit/xml/om/*.h
+noinst_HEADERS=$(top_builddir)/test/unit/xml/om/*.h
 
 INCLUDES = -I$(top_builddir)/include \
             -I${CUTEST_HOME}/include \