[systemd-commits] Makefile.am
Kay Sievers
kay at kemper.freedesktop.org
Wed Apr 4 05:15:45 PDT 2012
Makefile.am | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 8d62c69d9e4a3a0013310735ee2c1e746abea29a
Author: Kay Sievers <kay at vrfy.org>
Date: Wed Apr 4 14:08:37 2012 +0200
build-sys: add a few missing headers
diff --git a/Makefile.am b/Makefile.am
index 48578bf..9d05c7c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \
More information about the systemd-commits
mailing list