summaryrefslogtreecommitdiff
path: root/libupower-glib
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-10-10 15:48:52 +0200
committerBastien Nocera <hadess@hadess.net>2013-10-14 10:42:55 +0200
commit760d294a34d8b231b103ad658cbe9a959f9f3f59 (patch)
tree756b8769c547fc8b80c423860627dccc5cba286e /libupower-glib
parenta3627b8227a406fc1cda99ddbd8d0ebf0d20470d (diff)
downloadupower-760d294a34d8b231b103ad658cbe9a959f9f3f59.tar.gz
lib: Build the new D-Bus glue
Diffstat (limited to 'libupower-glib')
-rw-r--r--libupower-glib/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/libupower-glib/Makefile.am b/libupower-glib/Makefile.am
index 505df80..cff8f4c 100644
--- a/libupower-glib/Makefile.am
+++ b/libupower-glib/Makefile.am
@@ -1,6 +1,7 @@
AM_CPPFLAGS = \
$(GLIB_CFLAGS) \
$(DBUS_GLIB_CFLAGS) \
+ $(GIO_UNIX_CFLAGS) \
-I$(top_builddir) \
-I$(top_srcdir) \
-I$(top_srcdir)/libupower-glib \
@@ -74,11 +75,15 @@ libupower_glib_la_SOURCES = \
up-wakeup-item.c \
up-stats-item.c \
up-history-item.c \
- up-device.c
+ up-device.c \
+ $(up_client_dbus_built_sources) \
+ $(up_device_dbus_built_sources) \
+ $(up_wakeups_dbus_built_sources)
libupower_glib_la_LIBADD = \
$(INTLLIBS) \
$(GLIB_LIBS) \
+ $(GIO_UNIX_LIBS) \
$(DBUS_GLIB_LIBS)
libupower_glib_la_LDFLAGS = \