summaryrefslogtreecommitdiff
path: root/Makefile-libgsystem.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-04-23 16:50:02 -0400
committerColin Walters <walters@verbum.org>2013-04-23 23:00:55 +0100
commit51736db5f49b4b798fd2f9d0ccb8eff453105162 (patch)
tree0b3d31830d0d02e4fef943971ee80bac653c58de /Makefile-libgsystem.am
parente5c9386b64658b8d3fa87f820d703f2bd188535e (diff)
downloadlibgsystem-51736db5f49b4b798fd2f9d0ccb8eff453105162.tar.gz
gsystem-log.h: New structured logging API
This is a wrapper for systemd-journal that's introspectable.
Diffstat (limited to 'Makefile-libgsystem.am')
-rw-r--r--Makefile-libgsystem.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-libgsystem.am b/Makefile-libgsystem.am
index 83e8928..9e027ae 100644
--- a/Makefile-libgsystem.am
+++ b/Makefile-libgsystem.am
@@ -26,6 +26,8 @@ libgsystem_la_SOURCES = \
$(libgsystem_srcpath)/gsystem-file-utils.c \
$(libgsystem_srcpath)/gsystem-shutil.h \
$(libgsystem_srcpath)/gsystem-shutil.c \
+ $(libgsystem_srcpath)/gsystem-log.h \
+ $(libgsystem_srcpath)/gsystem-log.c \
$(libgsystem_srcpath)/gsystem-subprocess-context.h \
$(libgsystem_srcpath)/gsystem-subprocess-context-private.h \
$(libgsystem_srcpath)/gsystem-subprocess-context.c \