mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
Revert "build-sys: move journalctl CFLAGS= to one line"
This reverts commit e5d5aa1d0f4e143f12f5e00ca072547369d37e53; it breaks if !HAVE_QRENCODE since then we aren't using $(AM_CFLAGS) for journalctl.
This commit is contained in:
parent
3396c37f91
commit
a54156a297
@ -2789,6 +2789,8 @@ systemd_cat_LDADD = \
|
|||||||
libsystemd-shared.la \
|
libsystemd-shared.la \
|
||||||
libsystemd-journal-internal.la
|
libsystemd-journal-internal.la
|
||||||
|
|
||||||
|
journalctl_CFLAGS = $(AM_CFLAGS)
|
||||||
|
|
||||||
journalctl_SOURCES = \
|
journalctl_SOURCES = \
|
||||||
src/journal/journalctl.c
|
src/journal/journalctl.c
|
||||||
|
|
||||||
@ -2808,8 +2810,7 @@ journalctl_SOURCES += \
|
|||||||
src/journal/journal-qrcode.c \
|
src/journal/journal-qrcode.c \
|
||||||
src/journal/journal-qrcode.h
|
src/journal/journal-qrcode.h
|
||||||
|
|
||||||
journalctl_CFLAGS = \
|
journalctl_CFLAGS += \
|
||||||
$(AM_CFLAGS) \
|
|
||||||
$(QRENCODE_CFLAGS)
|
$(QRENCODE_CFLAGS)
|
||||||
|
|
||||||
journalctl_LDADD += \
|
journalctl_LDADD += \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user