diff options
author | Ronny Chevalier <chevalier.ronny@gmail.com> | 2014-06-17 19:26:14 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-06-17 17:29:47 -0400 |
commit | fe582db94bac3743b87d67d880497fe40b06dd2f (patch) | |
tree | c5210391c7f75ca26fa9f80b022c36dde82f4e1f /Makefile.am | |
parent | 5a1045a55689232443d86783b1423a2b4bdf1683 (diff) |
build-sys: add missing backslash
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0213c3846d..e428141da2 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 = |