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 sa...@apache.org on 2006/03/24 05:30:58 UTC

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

Author: samisa
Date: Thu Mar 23 20:30:56 2006
New Revision: 388363

URL: http://svn.apache.org/viewcvs?rev=388363&view=rev
Log:
Fixed to use the headers in include

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=388363&r1=388362&r2=388363&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am Thu Mar 23 20:30:56 2006
@@ -2,13 +2,10 @@
 
 lib_LTLIBRARIES = libaxis2_unix.la
 
-noinst_HEADERS = axis2_unix.h \
-                    axis2_uuid_gen_unix.h \
-					axis2_thread_unix.h
-                    
 libaxis2_unix_la_SOURCES = uuid_gen_unix.c\
                            thread_unix.c
 
 INCLUDES = -I$(top_builddir)/include \
-           -I$(top_builddir)/modules/platforms \
+           -I$(top_builddir)/include/platforms \
+           -I$(top_builddir)/include/platforms/unix \
            -I$(top_builddir)/modules/util