summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-10 05:00:38 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-10 18:00:21 +0200
commit302e8c4c4c7c776531d33fddae9cc0cac90846c3 (patch)
tree22f29c6b03a036c20c218740a10834fd59f52b90 /Makefile.am
parente293f0f07d0dcff74acf756a2b88d7bd949257a7 (diff)
hostname: set hostname early during boottime
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 f63b3e4f8..9d8bd9df3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -104,7 +104,9 @@ COMMON_SOURCES= \
cgroup.c \
cgroup.h \
mount-setup.c \
- mount-setup.h
+ mount-setup.h \
+ hostname-setup.c \
+ hostname-setup.h
systemd_SOURCES = \
$(COMMON_SOURCES) \