Adding pidfile.c

This commit is contained in:
hoaxter 2004-09-01 19:14:46 +00:00
parent a8acafc564
commit 23e1c3f8d8

View File

@ -3,7 +3,7 @@
bin_PROGRAMS=fspd bin_PROGRAMS=fspd
fspd_SOURCES=file.c host.c main.c conf.c filecache.c server.c fifocache.c \ fspd_SOURCES=file.c host.c main.c conf.c filecache.c server.c fifocache.c \
log.c iprange.c acl.c path.c random.c log.c iprange.c acl.c path.c random.c pidfile.c
fspd_CFLAGS=-DSYSCONFDIR="\"@sysconfdir@\"" $(AM_CFLAGS) fspd_CFLAGS=-DSYSCONFDIR="\"@sysconfdir@\"" $(AM_CFLAGS)
fspd_LDADD=-L../common -lcommon fspd_LDADD=-L../common -lcommon