diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-08-20 22:02:19 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-08-20 22:02:19 +0200 |
commit | f6a971bc0bf1252e9614919ccca0d53db5fc53d9 (patch) | |
tree | 9bd5bd2df95eb4ff419f5bde84998f2a62ff9012 /Makefile.am | |
parent | 3e4b9b506d676d1cb8692306b38c05f8529e5cdb (diff) |
journalctl: output FSS key as QR code on generating
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 166c357db2..69cdeb7145 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2353,6 +2353,18 @@ journalctl_LDADD = \ libsystemd-id128-internal.la \ libsystemd-logs.la +if HAVE_QRENCODE +journalctl_SOURCES += \ + src/journal/journal-qrcode.c \ + src/journal/journal-qrcode.h + +journalctl_CFLAGS += \ + $(QRENCODE_CFLAGS) + +journalctl_LDADD += \ + $(QRENCODE_LIBS) +endif + test_journal_SOURCES = \ src/journal/test-journal.c |