build-sys: fix make distcheck

This commit is contained in:
Lennart Poettering 2010-05-16 18:23:09 +02:00
parent 1b322bdb2a
commit 05a602f468

View file

@ -143,7 +143,8 @@ EXTRA_DIST += \
list.h \
securebits.h \
linux/auto_dev-ioctl.h \
initreq.h
initreq.h \
sd-daemon.h
dist_man_MANS = \
systemd.unit.5 \
@ -208,14 +209,12 @@ test_loopback_LDADD = $(systemd_LDADD)
systemd_logger_SOURCES = \
$(BASIC_SOURCES) \
logger.c \
sd-daemon.c \
sd-daemon.h
sd-daemon.c
systemd_initctl_SOURCES = \
$(BASIC_SOURCES) \
initctl.c \
sd-daemon.c \
sd-daemon.h
sd-daemon.c
systemd_initctl_CPPFLAGS = \
$(AM_CPPFLAGS) \