summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@intel.com>2011-12-21 14:25:09 +0100
committerPatrick Ohly <patrick.ohly@intel.com>2012-01-17 11:04:37 +0100
commitea3ed009ea63965d09afab7eb3dd41144b0932cf (patch)
treea108b4d90e447ce8b0e7dd42cddf70b490068984 /Makefile.am
parente4d6c154adb40cfd482f474caf5c9800ab776c4a (diff)
autotools: moved definition of gdbus_dir
The definition is needed in various places, so putting it into the top-level Makefile.am is cleaner.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b7fd1f8d..10f5b121 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,6 +16,15 @@ endif
SUBDIRS += .
+# choose D-Bus implementation
+if COND_GIO_GDBUS
+gdbus_dir = $(top_srcdir)/src/gdbusxx
+gdbus_build_dir = src/gdbusxx
+else
+gdbus_dir = $(top_srcdir)/src/gdbus
+gdbus_build_dir = src/gdbus
+endif
+
disted_docs =
distbin_docs =