build-sys: add a few missing headers

This commit is contained in:
Kay Sievers 2012-04-04 14:08:37 +02:00
parent 704179d839
commit 8d62c69d9e
1 changed files with 6 additions and 2 deletions

View File

@ -603,13 +603,17 @@ libsystemd_core_la_SOURCES = \
src/install.c \
src/install.h \
src/specifier.c \
src/specifier.h \
src/namespace.c \
src/namespace.h \
src/unit-name.c \
src/unit-name.h \
src/tcpwrap.c \
src/sd-daemon.c \
src/tcpwrap.h \
src/cgroup-attr.c \
src/sd-id128.c \
src/cgroup-attr.h \
src/sd-daemon.c \
src/sd-id128.c \
src/macro.h \
src/def.h \
src/ioprio.h \