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 pi...@apache.org on 2007/02/19 08:59:08 UTC

svn commit: r509121 - in /webservices/axis2/trunk/c/axiom: configure.ac test/om/Makefile.am test/soap/Makefile.am

Author: pini
Date: Sun Feb 18 23:59:08 2007
New Revision: 509121

URL: http://svn.apache.org/viewvc?view=rev&rev=509121
Log:
Fixing jira issue 376

Modified:
    webservices/axis2/trunk/c/axiom/configure.ac
    webservices/axis2/trunk/c/axiom/test/om/Makefile.am
    webservices/axis2/trunk/c/axiom/test/soap/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/configure.ac
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/configure.ac?view=diff&rev=509121&r1=509120&r2=509121
==============================================================================
--- webservices/axis2/trunk/c/axiom/configure.ac (original)
+++ webservices/axis2/trunk/c/axiom/configure.ac Sun Feb 18 23:59:08 2007
@@ -49,7 +49,7 @@
 #CFLAGS="$CFLAGS -ansi -Wall -D_LARGEFILE64_SOURCE -Wno-implicit-function-declaration"
 CFLAGS="$CFLAGS -D_LARGEFILE64_SOURCE"
 if test "$GCC" = "yes"; then
-    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration -Werror"
+    CFLAGS="$CFLAGS -ansi -Wall -Wno-implicit-function-declaration "
 fi
 
 LDFLAGS="$LDFLAGS -lpthread"

Modified: webservices/axis2/trunk/c/axiom/test/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/om/Makefile.am?view=diff&rev=509121&r1=509120&r2=509121
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/om/Makefile.am Sun Feb 18 23:59:08 2007
@@ -1,6 +1,5 @@
 TESTS = 
-bindir=$(prefix)/bin/system_test
-bin_PROGRAMS = test_om
+noinst_PROGRAMS = test_om
 check_PROGRAMS = test_om
 SUBDIRS =
 AM_CFLAGS = -g -O2 -pthread

Modified: webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/Makefile.am?view=diff&rev=509121&r1=509120&r2=509121
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/Makefile.am Sun Feb 18 23:59:08 2007
@@ -1,6 +1,5 @@
 TESTS = test_soap
-bindir=$(prefix)/bin/system_test
-bin_PROGRAMS = test_soap
+noinst_PROGRAMS = test_soap
 check_PROGRAMS = test_soap
 SUBDIRS =
 AM_CFLAGS = -g -O2 -pthread



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org