[systemd-devel] [PATCH] build-sys: add missing backslash
Ronny Chevalier
chevalier.ronny at gmail.com
Tue Jun 17 10:26:14 PDT 2014
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 0213c38..e428141 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3537,7 +3537,7 @@ libsystemd_journal_internal_la_SOURCES = \
src/journal/mmap-cache.h
# using _CFLAGS = in the conditional below would suppress AM_CFLAGS
-libsystemd_journal_internal_la_CFLAGS =
+libsystemd_journal_internal_la_CFLAGS = \
$(AM_CFLAGS)
libsystemd_journal_internal_la_LIBADD =
--
2.0.0
More information about the systemd-devel
mailing list