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/14 05:58:59 UTC

svn commit: r377622 - /webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am

Author: damitha
Date: Mon Feb 13 20:58:58 2006
New Revision: 377622

URL: http://svn.apache.org/viewcvs?rev=377622&view=rev
Log:
added axis2_thread_unix.h to 'make dist'

Modified:
    webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am

Modified: webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am?rev=377622&r1=377621&r2=377622&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am Mon Feb 13 20:58:58 2006
@@ -3,7 +3,8 @@
 lib_LTLIBRARIES = libaxis2_unix.la
 
 noinst_HEADERS = axis2_unix.h \
-                    axis2_uuid_gen_unix.h
+                    axis2_uuid_gen_unix.h \
+					axis2_thread_unix.h
                     
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_unix_la_SOURCES = uuid_gen_unix.c\