source: trunk/gsdl/packages/yaz/server/Makefile.am@ 1343

Last change on this file since 1343 was 1343, checked in by johnmcp, 24 years ago

Added the YAZ toolkit source to the packages directory (for z39.50 stuff)

  • Property svn:keywords set to Author Date Id Revision
File size: 214 bytes
Line 
1## $Id: Makefile.am 1343 2000-08-03 03:12:39Z johnmcp $
2
3noinst_LIBRARIES=libserver.a
4
5libserver_a_SOURCES = eventl.c seshigh.c statserv.c requestq.c tcpdchk.c \
6 eventl.h service.h session.h
7
8EXTRA_DIST=service.c
9
10INCLUDES=-I../include
11
12LDADD = ../lib/libyaz.a
Note: See TracBrowser for help on using the repository browser.