summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-08 15:00:53 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-08 15:00:53 +0200
commitea6145dabe707ae721d036c6764c34a493cff401 (patch)
tree799217b30b0d3addbad28b61eeaa0fff0f527f10 /Makefile.am
parent924b4d5bcc97ee2dc395723c3b73a53f3772e2ed (diff)
hostname: unify hostname configuration file parsers a little
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4611a66209..c98ad0b8b9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -77,7 +77,7 @@ EXTRA_DIST = \
units/systemd-logger.service.in \
units/systemd-logger.socket
-BASIC_SOURCES= \
+BASIC_SOURCES = \
util.c \
util.h \
hashmap.c \
@@ -95,7 +95,7 @@ BASIC_SOURCES= \
ratelimit.c \
ratelimit.h
-COMMON_SOURCES= \
+COMMON_SOURCES = \
$(BASIC_SOURCES) \
unit.c \
unit.h \