From 6c17bf04b901a7ea8b4ec28fa635312fc2cd868a Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Fri, 2 Aug 2013 07:58:26 -0400 Subject: coredumpctl: add more debug output It can be quite useful when somebody confuses _PID with COREDUMP_PID :). --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e35eaeb73d..a4b4cb46a0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3102,7 +3102,9 @@ systemd_coredumpctl_SOURCES = \ systemd_coredumpctl_LDADD = \ libsystemd-shared.la \ - libsystemd-journal.la + libsystemd-journal.la \ + libsystemd-journal-internal.la \ + libsystemd-id128-internal.la bin_PROGRAMS += \ systemd-coredumpctl -- cgit v1.2.3-54-g00ecf