From 65949d1c0eebfb52a1c860a2fc5acb2df7e8c299 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Tue, 3 Feb 2004 08:07:35 +0000 Subject: develop --- libcsoap/Makefile.am | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libcsoap/Makefile.am') diff --git a/libcsoap/Makefile.am b/libcsoap/Makefile.am index 1dea69d..289cb1e 100644 --- a/libcsoap/Makefile.am +++ b/libcsoap/Makefile.am @@ -3,11 +3,19 @@ h_sources = soap-xml.h\ soap-fault.h\ -soap-call.h +soap-env.h\ +soap-service.h\ +soap-router.h\ +soap-client.h\ +soap-server.h cc_sources = soap-xml.c\ soap-fault.c\ -soap-call.c +soap-env.c\ +soap-service.c\ +soap-router.c\ +soap-client.c\ +soap-server.c library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME) library_include_HEADERS = $(h_sources) -- cgit v1.1-32-gdbae