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:21 UTC

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

damitha     2003/09/12 02:29:21

  Modified:    c/src/wsdd 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       +3 -2      xml-axis/c/src/wsdd/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/xml-axis/c/src/wsdd/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:21 -0000	1.4
  @@ -1,10 +1,11 @@
   noinst_LTLIBRARIES = libwsdd.la
  -
  +AM_CPPFLAGS = -Wshadow -Wall -pedantic -ansi
   libwsdd_la_SOURCES = WSDDDeployment.cpp \
                   WSDDHandler.cpp \
                   WSDDService.cpp \
                   WSDDTransport.cpp \
  -                WSDDDocument.cpp
  +                WSDDDocument.cpp \
  +		WSDDKeywords.cpp
   
   libwsdd_la_LIBADD = -L$(AXISCPP_HOME)/lib/xerces-c -lxerces-c
   INCLUDES = -I$(AXISCPP_HOME)/include