summaryrefslogtreecommitdiff
path: root/libappstream-glib/Makefile.am
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2015-07-24 17:57:25 +0100
committerRichard Hughes <richard@hughsie.com>2015-07-27 08:43:01 +0100
commita228c324d8df884fc56c3464e373878e68139fa3 (patch)
tree7a0823546028bcbc40207a26d32e230fb21208ac /libappstream-glib/Makefile.am
parent1c003a633aca7ee639dfdcd8bfd6f0bca2887a42 (diff)
downloadappstream-glib-a228c324d8df884fc56c3464e373878e68139fa3.tar.gz
Add AsMonitor an abstraction on top of GFileMonitor
This is required to get sane semantics from GFileMonitor() when using temporary files and atomic renames.
Diffstat (limited to 'libappstream-glib/Makefile.am')
-rw-r--r--libappstream-glib/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/libappstream-glib/Makefile.am b/libappstream-glib/Makefile.am
index 9491b2b..5d8549f 100644
--- a/libappstream-glib/Makefile.am
+++ b/libappstream-glib/Makefile.am
@@ -99,6 +99,8 @@ libappstream_glib_la_SOURCES = \
as-image-private.h \
as-inf.c \
as-inf.h \
+ as-monitor.c \
+ as-monitor.h \
as-node.c \
as-node-private.h \
as-problem.c \