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/10 03:53:34 UTC

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

Author: samisa
Date: Thu Feb  9 18:53:34 2006
New Revision: 376535

URL: http://svn.apache.org/viewcvs?rev=376535&view=rev
Log:
Removed threading for the time being

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=376535&r1=376534&r2=376535&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/platforms/unix/Makefile.am Thu Feb  9 18:53:34 2006
@@ -2,8 +2,7 @@
 lib_LTLIBRARIES = libaxis2_unix.la
 noinst_HEADERS = axis2_unix.h axis2_uuid_gen_unix.h
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_unix_la_SOURCES = uuid_gen_unix.c\
-                           thread_unix.c
+libaxis2_unix_la_SOURCES = uuid_gen_unix.c
 
 libaxis2_unix_la_LIBADD = 
 INCLUDES = -I$(top_builddir)/include\