File: Makefile.am

package info (click to toggle)
ndtpd 3.1.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,524 kB
  • ctags: 690
  • sloc: ansic: 8,565; sh: 7,275; perl: 655; makefile: 175
file content (14 lines) | stat: -rw-r--r-- 562 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libcommon.a

libcommon_a_SOURCES = confutil.c daemon.c fakelog.c fdset.c filename.c \
	getopt.c hostname.c ioall.c linebuf.c logpid.c makedir.c openmax.c \
	permission.c privilege.c readconf.c serverport.c signame.c ticket.c \
	wildcard.c
libcommon_a_LIBADD = @LIBOBJS@

noinst_HEADERS = dummyin6.h getaddrinfo.h confutil.h daemon.h fakelog.h \
	fdset.h filename.h getopt.h hostname.h ioall.h linebuf.h logpid.h \
	makedir.h openmax.h permission.h privilege.h readconf.h \
	serverport.h signame.h ticket.h wildcard.h

INCLUDES = -DUSE_FAKELOG