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 2005/01/25 07:19:01 UTC

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

damitha     2005/01/24 22:19:01

  Modified:    c/src/transport/axis3/HTTPSSLChannel Makefile.am
  Log:
  Added URL.cpp and HTTPTrtansportException.cpp to the Makefile. Otherwise
  it segfaults
  
  AM_CPPFLAGS = $(CPPFLAGS) -DAXISTRACE_LIBRARY
  libaxis3_transport_ssl_channel_la_SOURCES = HTTPSSLChannel.cpp \
                                          HTTPSSLChannelInstantiator.cpp \
                                          ../URL.cpp \
                                          ../HTTPTransportException.cpp
  
  Revision  Changes    Path
  1.4       +3 -1      ws-axis/c/src/transport/axis3/HTTPSSLChannel/Makefile.am
  
  Index: Makefile.am
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPSSLChannel/Makefile.am,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.am	17 Jan 2005 15:10:56 -0000	1.3
  +++ Makefile.am	25 Jan 2005 06:19:01 -0000	1.4
  @@ -2,7 +2,9 @@
   SUBDIRS = 
   AM_CPPFLAGS = $(CPPFLAGS) -DAXISTRACE_LIBRARY
   libaxis3_transport_ssl_channel_la_SOURCES = HTTPSSLChannel.cpp \
  -				        HTTPSSLChannelInstantiator.cpp
  +				        HTTPSSLChannelInstantiator.cpp \
  +					../URL.cpp \
  +					../HTTPTransportException.cpp
   libaxis3_transport_ssl_channel_la_LIBADD = @SSLLIB@ -lstdc++
   INCLUDES = -I../../../../include @SSLINC@