summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-03-03 21:23:12 +0100
committerLennart Poettering <lennart@poettering.net>2014-03-03 21:23:12 +0100
commit4d7213b2747ddd87002f970ccc60b1a9ab637136 (patch)
treeddae01aaddd7530bc119ace060c467009da4a1f2 /Makefile.am
parentca37242e52cbf90d6cdb3b26b2986b11ed1d5e91 (diff)
core: move ShowStatus type into the core
Let's make the scope of the show-status stuff a bit smaller, and make it private to the core, rather than shared API in shared/.
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 3eafcff4b..5a02d1ef3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1018,7 +1018,9 @@ libsystemd_core_la_SOURCES = \
src/core/audit-fd.c \
src/core/audit-fd.h \
src/core/async.c \
- src/core/async.h
+ src/core/async.h \
+ src/core/show-status.c \
+ src/core/show-status.h
if HAVE_KMOD
libsystemd_core_la_SOURCES += \