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 2003/09/12 11:29:47 UTC

cvs commit: xml-axis/c/src/soap Makefile.am

damitha     2003/09/12 02:29:47

  Modified:    c/src/soap Makefile.am
  Log:
  log: in Makefile.am added a cflag option to add gcc compiler options of
  -ansi and -pedantic
  
  Revision  Changes    Path
  1.4       +1 -1      xml-axis/c/src/soap/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/soap/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	1 Sep 2003 13:44:39 -0000	1.3
  +++ Makefile.am	12 Sep 2003 09:29:47 -0000	1.4
  @@ -1,6 +1,6 @@
   noinst_LTLIBRARIES = libsoap.la
   
  -
  +AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   libsoap_la_SOURCES = Attribute.cpp \
           BasicNode.cpp \
           CharacterElement.cpp \