samisa 2005/01/21 03:14:55
Modified: c/src/transport/axis3/HTTPChannel Makefile.am
Log:
Added the exception class and the URL class. This solved loading problems of the
generated lib file.
Revision Changes Path
1.3 +3 -1 ws-axis/c/src/transport/axis3/HTTPChannel/Makefile.am
Index: Makefile.am
===================================================================
RCS file: /home/cvs/ws-axis/c/src/transport/axis3/HTTPChannel/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Makefile.am 17 Jan 2005 15:10:56 -0000 1.2
+++ Makefile.am 21 Jan 2005 11:14:55 -0000 1.3
@@ -2,7 +2,9 @@
SUBDIRS =
AM_CPPFLAGS = $(CPPFLAGS) -DAXISTRACE_LIBRARY
libaxis3_transport_channel_la_SOURCES = HTTPChannel.cpp \
- HTTPChannelInstantiator.cpp
+ HTTPChannelInstantiator.cpp \
+ ../URL.cpp \
+ ../HTTPTransportException.cpp
libaxis3_transport_channel_la_LIBADD = -lstdc++
INCLUDES = -I../../../../include
|