From 7765fb7881d107d89316c26c9bc0e55fcf4ae3ff Mon Sep 17 00:00:00 2001 From: hsn <> Date: Sat, 19 Jul 2003 09:40:53 +0000 Subject: [PATCH] Initial revision --- server/Makefile.am | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 server/Makefile.am diff --git a/server/Makefile.am b/server/Makefile.am new file mode 100644 index 0000000..c64627c --- /dev/null +++ b/server/Makefile.am @@ -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