diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-06-02 00:42:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-06-02 00:42:36 +0200 |
commit | 134dc482d24c90ec050a953197391254f28c761c (patch) | |
tree | 140eb304ebbf715be6db42caf0c8a87eea1f3175 | |
parent | f401faf540ee31740b4cd0a8b3d4038ea8c33092 (diff) |
build-sys: add missing backslash
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f5c43da5e2..dc0c99fbe9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,7 +45,7 @@ AM_CPPFLAGS = \ -I $(top_srcdir)/src rootbin_PROGRAMS = \ - systemd + systemd \ systemctl if HAVE_GTK |