diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 \ |