SOAP, SRW codecs and HTTP transport for YAZ using libxml2.
[yaz-moved-to-github.git] / server / Makefile.am
1 ## $Id: Makefile.am,v 1.8 2003-02-12 15:06:43 adam Exp $
2
3 noinst_LTLIBRARIES=libserver.la
4
5 libserver_la_SOURCES = eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \
6  eventl.h service.h session.h
7
8 EXTRA_DIST=service.c
9
10 AM_CPPFLAGS=-I$(top_srcdir)/include  $(XSLT_CFLAGS)