diff options
author | Kay Sievers <kay@vrfy.org> | 2013-10-20 00:59:53 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-10-20 01:00:23 +0200 |
commit | e5d5aa1d0f4e143f12f5e00ca072547369d37e53 (patch) | |
tree | d854682836c7c57756e7f9d68037d4ba2ae66681 /Makefile.am | |
parent | a7f9b27596b683a6e1f543c22236302d652cd6a0 (diff) |
build-sys: move journalctl CFLAGS= to one line
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a29a32a5d2..91eb1541fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2789,8 +2789,6 @@ systemd_cat_LDADD = \ libsystemd-shared.la \ libsystemd-journal-internal.la -journalctl_CFLAGS = $(AM_CFLAGS) - journalctl_SOURCES = \ src/journal/journalctl.c @@ -2810,7 +2808,8 @@ journalctl_SOURCES += \ src/journal/journal-qrcode.c \ src/journal/journal-qrcode.h -journalctl_CFLAGS += \ +journalctl_CFLAGS = \ + $(AM_CFLAGS) \ $(QRENCODE_CFLAGS) journalctl_LDADD += \ |