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 2005/01/17 04:58:51 UTC

cvs commit: ws-axis/c/src/transport/axis2 Makefile.am

samisa      2005/01/16 19:58:51

  Modified:    c/src/transport/axis2 Makefile.am
  Log:
  Added -DAXISTRACE_LIBRARY to AM_CPPFLAGS to solve compilation problem.
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/src/transport/axis2/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis2/Makefile.am,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Makefile.am	6 Dec 2004 10:13:06 -0000	1.6
  +++ Makefile.am	17 Jan 2005 03:58:51 -0000	1.7
  @@ -1,6 +1,6 @@
   lib_LTLIBRARIES = libaxis2_transport.la
   SUBDIRS = ipv6 @SSLBUILD@
  -AM_CPPFLAGS = $(CPPFLAGS)
  +AM_CPPFLAGS = $(CPPFLAGS) -DAXISTRACE_LIBRARY
   libaxis2_transport_la_SOURCES = SecureChannel.cpp \
   				Channel.cpp \
   				URL.cpp \