]> git.pld-linux.org Git - projects/rc-scripts.git/blame_incremental - src/Makefile.am
- fix daemon --user --fork as they conflicted with each other
[projects/rc-scripts.git] / src / Makefile.am
... / ...
CommitLineData
1@SET_MAKE@
2
3DEFS = @DEFS@ -D_GNU_SOURCE=1 -DSBINDIR=\""@sbindir@"\"
4
5sysconf_DATA = \
6 initlog.conf
7
8bin_PROGRAMS = \
9 doexec \
10 ipcalc \
11 usleep \
12 resolvesymlink
13
14sbin_PROGRAMS = \
15 consoletype \
16 genhostid \
17 getkey \
18 initlog \
19 loglevel \
20 minilogd \
21 netreport \
22 ppp-watch \
23 start-stop-daemon \
24 setuidgid \
25 usernetctl
26
27EXTRA_PROGRAMS = \
28 testd
29
30EXTRA_DIST = $(sysconf_DATA)
31
32doexec_SOURCES = doexec.c
33
34resolvesymlink_SOURCES = resolvesymlink.c
35
36ipcalc_SOURCES = ipcalc.c
37ipcalc_LDADD = -lpopt
38
39genhostid_SOURCES = genhostid.c
40
41netreport_SOURCES = netreport.c
42
43testd_SOURCES = testd.c
44
45usernetctl_SOURCES = usernetctl.c
46
47usleep_SOURCES = usleep.c
48
49loglevel_SOURCES = loglevel.c
50
51initlog_SOURCES = initlog.c initlog.h process.c process.h
52initlog_LDADD = -lpopt
53
54getkey_SOURCES = getkey.c
55getkey_LDADD = -lpopt
56
57ppp_watch_SOURCES = ppp-watch.c shvar.c shvar.h
58ppp_watch_LDADD = $(GLIB_LIBS)
59INCLUDES = $(GLIB_CFLAGS)
60
61consoletype_SOURCES = consoletype.c
62
63start_stop_daemon_SOURCES = start-stop-daemon.c
64start_stop_daemon_LDADD = -lcap
65
66setuidgid_SOURCES = setuidgid.c
This page took 0.022392 seconds and 4 git commands to generate.