File: Makefile.am

package info (click to toggle)
fsp 2.81.b24-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,900 kB
  • ctags: 1,423
  • sloc: ansic: 9,215; sh: 3,710; makefile: 212; lex: 130; csh: 77; python: 22
file content (11 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
## Process this file with automake to produce Makefile.in

bin_PROGRAMS=fspd

fspd_SOURCES=file.c host.c main.c conf.c server.c fifocache.c \
	     log.c iprange.c acl.c path.c random.c pidfile.c info.c
fspd_CFLAGS=-DSYSCONFDIR="\"@sysconfdir@\"" $(AM_CFLAGS)
fspd_LDADD=-L../common -lcommon $(EX_LIBS)

noinst_HEADERS=fifocache.h pidfile.h
EXTRA_DIST=SConscript