SOAP, SRW codecs and HTTP transport for YAZ using libxml2.
[yaz-moved-to-github.git] / srwapps / Makefile.am
diff --git a/srwapps/Makefile.am b/srwapps/Makefile.am
deleted file mode 100644 (file)
index a024153..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-## $Id: Makefile.am,v 1.1 2003-01-06 08:20:28 adam Exp $
-## Copyright (C) 2002-2003, Index Data
-
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/srw $(CFLAGSTHREADS)
-
-if SRW
-bin_PROGRAMS = srw-gateway srw-client
-endif
-
-if ISTHR
-extra=../lib/libyazthread.la
-endif
-
-LDADD = $(extra) ../lib/libyaz.la $(GSOAP_LIB) $(XSLT_LIB) $(LIBTHREAD)
-
-srw_gateway_SOURCES = srw-gateway.c 
-srw_client_SOURCES = srw-client.c
-