Initial revision
This commit is contained in:
parent
5d241ec5c8
commit
7765fb7881
15
server/Makefile.am
Normal file
15
server/Makefile.am
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user