summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-09-08 23:40:18 +0000
committerTrent Lloyd <lathiat@bur.st>2005-09-08 23:40:18 +0000
commitf71e7eb605098efcb42d11e9f7ef46cef14a5084 (patch)
treed3482b9eb4282ca347efa276fa05737bb2cf9425 /configure.ac
parent13a736134eb1106a8d4fe5e0a79c8a589aeab331 (diff)
* Do the usual avahi thing and sneak in a few updates to the 0.4 tag.tags/release-0.4
git-svn-id: file:///home/lennart/svn/public/avahi/tags/release-0.4@537 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a61d0f2..8e63c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -251,6 +251,8 @@ if test "x$HAVE_GTK" = "xyes" ; then
fi
AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
+
+
#
# D-BUS
#
@@ -415,6 +417,15 @@ AC_SUBST(avahi_socket)
#
+# Avahi interfaces dir
+#
+if test "x$HAVE_PYTHON_DBUS" = "xyes" -o "x$HAVE_GTK" = "xyes"; then
+ interfacesdir="${datadir}/${PACKAGE}/interfaces/"
+ AC_SUBST(interfacesdir)
+fi
+
+
+#
# Doxygen
#
DX_HTML_FEATURE(ON)