From 88fa3e34a012efc29f7b21b11eb75185431f3536 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 30 Jan 2004 16:38:49 +0000 Subject: initial import --- libcsoap/Makefile.am | 36 +++++++----------------------------- 1 file changed, 7 insertions(+), 29 deletions(-) (limited to 'libcsoap/Makefile.am') diff --git a/libcsoap/Makefile.am b/libcsoap/Makefile.am index d3889e9..1dea69d 100644 --- a/libcsoap/Makefile.am +++ b/libcsoap/Makefile.am @@ -1,35 +1,13 @@ ## Source directory -h_sources = csoap.h\ -csoapbody.h\ -csoapcall.h\ -csoapenv.h\ -csoaperror.h\ -csoapfault.h\ -csoaphttp.h\ -csoaplog.h\ -csoapmethod.h\ -csoapparam.h\ -csoapres.h\ -csoapsocket.h\ -csoaptypes.h\ -csoapurl.h\ -csoapxml.h - -cc_sources = csoap.c\ -csoapbody.c\ -csoapcall.c\ -csoapenv.c\ -csoapfault.c\ -csoaphttp.c\ -csoaplog.c\ -csoapmethod.c\ -csoapparam.c\ -csoapres.c\ -csoapsocket.c\ -csoapurl.c\ -csoapxml.c +h_sources = soap-xml.h\ +soap-fault.h\ +soap-call.h + +cc_sources = soap-xml.c\ +soap-fault.c\ +soap-call.c library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME) library_include_HEADERS = $(h_sources) -- cgit v1.1-32-gdbae