From 0909c13dac683fe593e32fedbb682309aabd1a08 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 10 Jun 2009 09:52:00 -0500 Subject: Adding in the DBus services directory with localinstall support --- configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configure.ac b/configure.ac index 4d656c5..d299a0d 100644 --- a/configure.ac +++ b/configure.ac @@ -66,6 +66,17 @@ else fi AC_SUBST(INDICATORDIR) +########################### +# DBus Service Info +########################### + +if test "x$with_localinstall" = "xyes"; then + DBUSSERVICEDIR="${datadir}/dbus-1/services/" +else + DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1` +fi +AC_SUBST(DBUSSERVICEDIR) + ########################### # Files ########################### -- cgit v1.2.3