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 2009/09/09 10:27:57 UTC

svn commit: r812818 - in /webservices/axis2/trunk/c/neethi: configure.ac test/Makefile.am

Author: damitha
Date: Wed Sep  9 08:27:57 2009
New Revision: 812818

URL: http://svn.apache.org/viewvc?rev=812818&view=rev
Log: (empty)

Modified:
    webservices/axis2/trunk/c/neethi/configure.ac
    webservices/axis2/trunk/c/neethi/test/Makefile.am

Modified: webservices/axis2/trunk/c/neethi/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/configure.ac?rev=812818&r1=812817&r2=812818&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/configure.ac (original)
+++ webservices/axis2/trunk/c/neethi/configure.ac Wed Sep  9 08:27:57 2009
@@ -37,7 +37,7 @@
     CFLAGS="$CFLAGS -ansi -Wall -Werror -Wno-implicit-function-declaration "
 fi
 
-LDFLAGS="$LDFLAGS -lpthread"
+LDFLAGS="$LDFLAGS -lpthread -lsocket"
 
 dnl Checks for header files.
 AC_HEADER_STDC

Modified: webservices/axis2/trunk/c/neethi/test/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/neethi/test/Makefile.am?rev=812818&r1=812817&r2=812818&view=diff
==============================================================================
--- webservices/axis2/trunk/c/neethi/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/neethi/test/Makefile.am Wed Sep  9 08:27:57 2009
@@ -1,8 +1,6 @@
 TESTS = 
 noinst_PROGRAMS = test
 
-AM_CFLAGS = -g -O2 -pthread
-
 test_SOURCES = test.c
 
 INCLUDES = -I$(top_builddir)/include \