summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2015-05-30 19:59:13 -0700
committerRichard Hughes <richard@hughsie.com>2015-07-29 13:38:13 +0100
commitc108a8e8a4126a0e0c13fd3022e71fca8e3bdd31 (patch)
tree14c221d93d0d3ff53ff839d0083adb43e28bc9e1 /Makefile.am
parentda7517137e7a67ccfcf60093b2eab466aeaf71ad (diff)
downloadupower-c108a8e8a4126a0e0c13fd3022e71fca8e3bdd31.tar.gz
Share generated code between daemon and library
Since we use the same GDBus code in libupower-glib and the daemon, auto-generate a private library that can be used by both.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b2e6693..746dd53 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
-SUBDIRS = etc libupower-glib src doc tools po
+SUBDIRS = etc dbus libupower-glib src doc tools po
if BACKEND_TYPE_LINUX
SUBDIRS += rules