summaryrefslogtreecommitdiffstats
path: root/gdbus/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-08 20:23:45 +0000
commite7d668ac9e813bc9922ee7d771848bd8822d5d1f (patch)
tree34e2fc7b1c064beaa52e5e05e9278be458be9fba /gdbus/Makefile.am
parent44a204a75880c342c3ac9066072f102f773a539a (diff)
Move D-Bus watch functions into libgdbus
Diffstat (limited to 'gdbus/Makefile.am')
-rw-r--r--gdbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdbus/Makefile.am b/gdbus/Makefile.am
index 0a481277..937b1d7f 100644
--- a/gdbus/Makefile.am
+++ b/gdbus/Makefile.am
@@ -1,7 +1,7 @@
noinst_LTLIBRARIES = libgdbus.la
-libgdbus_la_SOURCES = gdbus.h mainloop.c
+libgdbus_la_SOURCES = gdbus.h mainloop.c watch.c
AM_CFLAGS = @DBUS_CFLAGS@ @GLIB_CFLAGS@