aboutsummaryrefslogtreecommitdiff
path: root/initd/Makemodule.am
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-07 00:28:16 +0200
committerDavid Oberhollenzer <david.oberhollenzer@tele2.at>2018-04-07 01:33:58 +0200
commit43274e3910d2a910262d1192e663db1d983f8e54 (patch)
tree0220d1e413d2deb368f4e70e94720b2bfada25f9 /initd/Makemodule.am
parentffb655126a7588ab9e1f56579ea2223f6f04c2ee (diff)
Remove setup_tty function
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
Diffstat (limited to 'initd/Makemodule.am')
-rw-r--r--initd/Makemodule.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/initd/Makemodule.am b/initd/Makemodule.am
index f6fa1da..692cdfb 100644
--- a/initd/Makemodule.am
+++ b/initd/Makemodule.am
@@ -1,4 +1,4 @@
-init_SOURCES = initd/main.c initd/runlst.c initd/init.h initd/setup_tty.c
+init_SOURCES = initd/main.c initd/runlst.c initd/init.h
init_SOURCES += initd/status.c initd/mksock.c initd/svclist.c
init_CPPFLAGS = $(AM_CPPFLAGS)
init_CFLAGS = $(AM_CFLAGS)