summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-05-21 19:33:39 +0200
committerLennart Poettering <lennart@poettering.net>2012-05-21 19:33:39 +0200
commit416693175bc317ef3fa4963af51a5ee077320d09 (patch)
tree29e0c891e7ee9ad68a59d837a3146f5b253b2649 /Makefile.am
parent97a66e94700845239cfe628da3569ac06034fa4d (diff)
switch-root: move switch_root() call into its own .c file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d6d744ee..e9ac82c04 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -789,7 +789,9 @@ libsystemd_core_la_SOURCES = \
src/core/special.h \
src/core/bus-errors.h \
src/core/build.h \
- src/core/sysfs-show.h
+ src/core/sysfs-show.h \
+ src/core/switch-root.h \
+ src/core/switch-root.c
nodist_libsystemd_core_la_SOURCES = \
src/core/load-fragment-gperf.c \