[systemd-commits] Makefile.am

Lennart Poettering lennart at kemper.freedesktop.org
Fri Oct 18 05:21:42 PDT 2013


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 58c5d4215a22b2d619eec0432798532c85328345
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Oct 18 14:21:36 2013 +0200

    build-sys: fix += vs = in Makefile

diff --git a/Makefile.am b/Makefile.am
index 0004929..196efe1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2995,7 +2995,7 @@ libsystemd_journal_la_CFLAGS += \
 libsystemd_journal_la_LIBADD += \
 	$(XZ_LIBS)
 
-libsystemd_journal_internal_la_CFLAGS = \
+libsystemd_journal_internal_la_CFLAGS += \
 	$(XZ_CFLAGS)
 
 libsystemd_journal_internal_la_LIBADD += \



More information about the systemd-commits mailing list