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 2004/01/27 11:33:27 UTC

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

damitha     2004/01/27 02:33:27

  Modified:    c/src/client/transport/axis Makefile.am
  Log:
  
  
  Revision  Changes    Path
  1.6       +1 -1      ws-axis/c/src/client/transport/axis/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/client/transport/axis/Makefile.am,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.am	27 Jan 2004 04:13:23 -0000	1.5
  +++ Makefile.am	27 Jan 2004 10:33:27 -0000	1.6
  @@ -1,5 +1,5 @@
   noinst_LTLIBRARIES = libtransport.la
  -AM_CPPFLAGS = -Wshadow -Wall -pedantic
  +AM_CPPFLAGS = -Wshadow -Wall -pedantic -D_SSL_ENABLED_
   libtransport_la_SOURCES = Channel.cpp HttpTransport.cpp Receiver.cpp Sender.cpp \
           Transport.cpp TransportFactory.cpp Url.cpp AxisTransport.cpp SecureChannel.cpp