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 sa...@apache.org on 2006/02/20 09:41:54 UTC

svn commit: r379057 - /webservices/axis2/trunk/c/modules/util/Makefile.am

Author: samisa
Date: Mon Feb 20 00:41:52 2006
New Revision: 379057

URL: http://svn.apache.org/viewcvs?rev=379057&view=rev
Log:
Added install of required headers into include

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

Modified: webservices/axis2/trunk/c/modules/util/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/util/Makefile.am?rev=379057&r1=379056&r2=379057&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/util/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/util/Makefile.am Mon Feb 20 00:41:52 2006
@@ -1,13 +1,16 @@
 TESTS =
 lib_LTLIBRARIES = libaxis2_util.la
 noinst_HEADERS = axis2_hash.h \
+				axis2_file_diff.h \
+				axis2_utils.h
+
+include_HEADERS = axis2_hash.h \
 				axis2_string.h \
 				axis2_array_list.h \
 				axis2_log_default.h \
 				axis2_error_default.h \
-				axis2_file_diff.h \
-				axis2_utils.h \
 				axis2_linked_list.h
+                
 
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_util_la_SOURCES = hash.c \