From 9b300defa7ce03d8e2b78d6c0352f0245fcc7765 Mon Sep 17 00:00:00 2001 From: snowdrop Date: Fri, 15 Oct 2004 15:10:14 +0000 Subject: updated for compiling under *nix --- libcsoap/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libcsoap/Makefile.am') diff --git a/libcsoap/Makefile.am b/libcsoap/Makefile.am index 4bb9415..3a19e5b 100644 --- a/libcsoap/Makefile.am +++ b/libcsoap/Makefile.am @@ -7,7 +7,8 @@ soap-env.h\ soap-service.h\ soap-router.h\ soap-client.h\ -soap-server.h +soap-server.h\ +soap-ctx.h cc_sources = soap-xml.c\ soap-fault.c\ @@ -15,7 +16,8 @@ soap-env.c\ soap-service.c\ soap-router.c\ soap-client.c\ -soap-server.c +soap-server.c\ +soap-ctx.c library_includedir=$(includedir)/$(GENERIC_LIBRARY_NAME)-$(GENERIC_API_VERSION)/$(GENERIC_LIBRARY_NAME) library_include_HEADERS = $(h_sources) -- cgit v1.1-32-gdbae