Initial revision

This commit is contained in:
hsn 2003-07-19 09:40:53 +00:00
parent 5d241ec5c8
commit 7765fb7881

15
server/Makefile.am Normal file
View File

@ -0,0 +1,15 @@
## Process this file with automake to produce Makefile.in
bin_PROGRAMS=fspd
if MAINTAINER_MODE
noinst_PROGRAMS=cachecheck
endif
fspd_SOURCES=file.c host.c main.c conf.c filecache.c server.c fifocache.c \
log.c iprange.c acl.c
fspd_CFLAGS=-DSYSCONFDIR="\"@sysconfdir@\"" $(AM_CFLAGS)
fspd_LDADD=-L../common -lcommon
cachecheck_SOURCES=fifocache.c cachecheck.c
noinst_HEADERS=fifocache.h