From fe582db94bac3743b87d67d880497fe40b06dd2f Mon Sep 17 00:00:00 2001 From: Ronny Chevalier Date: Tue, 17 Jun 2014 19:26:14 +0200 Subject: [PATCH] build-sys: add missing backslash --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0213c3846..e428141da 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.30.2