diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-05-21 19:33:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-05-21 19:33:39 +0200 |
commit | 416693175bc317ef3fa4963af51a5ee077320d09 (patch) | |
tree | 29e0c891e7ee9ad68a59d837a3146f5b253b2649 /Makefile.am | |
parent | 97a66e94700845239cfe628da3569ac06034fa4d (diff) |
switch-root: move switch_root() call into its own .c file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7d6d744ee9..e9ac82c049 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 \ |