diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-29 00:37:25 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-07-15 22:23:48 -0400 |
commit | eacbb4d33e2bb5c54311544851140efe3dd0f774 (patch) | |
tree | defb38ea173f0ee691862d1af9000a7e74303d7f /Makefile.am | |
parent | 7449bc1f34c206e3ff8e274cd74e2db950d492a1 (diff) |
journal-upload: use journal as the source
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 371468f6be..7fefa5873a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3482,7 +3482,8 @@ rootlibexec_PROGRAMS += \ systemd_journal_upload_SOURCES = \ src/journal-remote/journal-upload.h \ - src/journal-remote/journal-upload.c + src/journal-remote/journal-upload.c \ + src/journal-remote/journal-upload-journal.c systemd_journal_upload_CFLAGS = \ $(AM_CFLAGS) \ @@ -3491,6 +3492,8 @@ systemd_journal_upload_CFLAGS = \ systemd_journal_upload_LDADD = \ libsystemd-core.la \ libsystemd-internal.la \ + libsystemd-journal-internal.la \ + libsystemd-shared.la \ $(LIBCURL_LIBS) endif |