summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <hallski@src.gnome.org>2003-11-28 13:50:09 +0000
committerMikael Hallendal <hallski@src.gnome.org>2003-11-28 13:50:09 +0000
commitc7d632ebfd4b5262365085925d082081a0397465 (patch)
treedb0434755082a92e8efad2918b7fc21fa7d8f0dd
parent3518d661807f7aff1ddc336a481560b2fd5f5035 (diff)
downloadgconf-GCONF_DBUS_1.tar.gz
fixed location of service-fileGCONF_DBUS_1
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 0efd8181..b049b15c 100644
--- a/configure.in
+++ b/configure.in
@@ -215,7 +215,7 @@ GCONF_IPC_LIBS="$GCONF_ORBIT_LIBS $GCONF_DBUS_LIBS"
AC_SUBST(GCONF_IPC_CFLAGS)
AC_SUBST(GCONF_IPC_LIBS)
-DBUS_SERVICE_DIR=$libexecdir/dbus-1.0/services
+DBUS_SERVICE_DIR=$lib/dbus-1.0/services
AC_SUBST(DBUS_SERVICE_DIR)