Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
[yaz-moved-to-github.git] / server / Makefile.am
diff --git a/server/Makefile.am b/server/Makefile.am
new file mode 100644 (file)
index 0000000..9188427
--- /dev/null
@@ -0,0 +1,11 @@
+
+noinst_LIBRARIES=libserver.a
+
+libserver_a_SOURCES = eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \
+ eventl.h service.h session.h
+
+EXTRA_DIST=service.c
+
+INCLUDES=-I../include
+
+LDADD = ../lib/libyaz.a