File: Makefile.am

package info (click to toggle)
tmpreaper 1.6.18
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 692 kB
  • sloc: ansic: 1,686; sh: 1,160; makefile: 77
file content (12 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
AUTOMAKE_OPTIONS = foreign

sbin_PROGRAMS = tmpreaper
man_MANS = tmpreaper.8

if HAVE_GETOPT_LONG
tmpreaper_SOURCES = tmpreaper.c
else
tmpreaper_SOURCES = tmpreaper.c getopt.c getopt1.c
endif

LIBS = @LIBMOUNT@