summaryrefslogtreecommitdiff
path: root/Makefile-otutil.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-08-03 21:45:50 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-08-10 14:20:00 +0000
commitde153dea30ba8bb28a5dfafe9d0995224766df60 (patch)
tree4697069402221b56340bed0cee2386925af4a24b /Makefile-otutil.am
parent75bce24cb9417f9b8111ed689d3d9c2f4bec154f (diff)
downloadostree-de153dea30ba8bb28a5dfafe9d0995224766df60.tar.gz
lib/sysroot: Add journal-msg signal
This will allow us to drop the awful hack in rpm-ostree where we watch our own stdout. In general, libraries shouldn't write to stdout. Also we can kill the systemd journal wrapper code. There's some duplication at each call site now...but it's easier than trying to write a `sd_journal_send()` wrapper. I was originally going to have this emit all of the structured data too as a `GVariant` but decided it wasn't worth it right now. Closes: #1052 Approved by: jlebon
Diffstat (limited to 'Makefile-otutil.am')
-rw-r--r--Makefile-otutil.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile-otutil.am b/Makefile-otutil.am
index db632705..ff7533e9 100644
--- a/Makefile-otutil.am
+++ b/Makefile-otutil.am
@@ -36,8 +36,6 @@ libotutil_la_SOURCES = \
src/libotutil/ot-variant-utils.h \
src/libotutil/ot-gio-utils.c \
src/libotutil/ot-gio-utils.h \
- src/libotutil/ot-log-utils.c \
- src/libotutil/ot-log-utils.h \
src/libotutil/ot-gpg-utils.c \
src/libotutil/ot-gpg-utils.h \
src/libotutil/otutil.c \