mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-10 01:17:44 +03:00
build-sys: move journalctl CFLAGS= to one line
This commit is contained in:
parent
a7f9b27596
commit
e5d5aa1d0f
@ -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 += \
|
||||
|
Loading…
Reference in New Issue
Block a user