File: Makefile.am

package info (click to toggle)
xfingerd 0.6-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 352 kB
  • ctags: 97
  • sloc: sh: 2,679; ansic: 996; makefile: 65
file content (14 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = foreign no-dependencies

sbin_PROGRAMS = in.xfingerd
noinst_PROGRAMS = finger
noinst_HEADERS = misc.h acconfig.h finger.h util.h broken.h

finger_SOURCES = finger.c misc.c util.c test.c version.c
in_xfingerd_SOURCES = finger.c misc.c util.c fingerd.c version.c
in_xfingerd_LDADD = @LIBWRAP@

# I'm not sure..
EXTRA_DIST = .cvsignore