[systemd-commits] Makefile.am
Lennart Poettering
lennart at kemper.freedesktop.org
Tue Jun 1 15:42:43 PDT 2010
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 134dc482d24c90ec050a953197391254f28c761c
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Jun 2 00:42:36 2010 +0200
build-sys: add missing backslash
diff --git a/Makefile.am b/Makefile.am
index f5c43da..dc0c99f 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
More information about the systemd-commits
mailing list