]> git.meshlink.io Git - catta/blobdiff - configure.ac
* Fix interfaces stuff
[catta] / configure.ac
index a61d0f2da50d4d4357f1d59544b93877347a5f71..85e3865cc2555d3f91090c124b9d7bb5d580a7d6 100644 (file)
@@ -251,6 +251,8 @@ if test "x$HAVE_GTK" = "xyes" ; then
 fi
 AM_CONDITIONAL(HAVE_GTK, test "x$HAVE_GTK" = "xyes")
 
+
+
 #
 # D-BUS
 #
@@ -414,6 +416,15 @@ AC_SUBST(avahi_runtime_dir)
 AC_SUBST(avahi_socket)
 
 
+#
+# Avahi interfaces dir
+#
+if test x$HAVE_PYTHON_DBUS || test x$HAVE_GTK; then
+       interfacesdir="${datadir}/${PACKAGE}/interfaces/"
+       AC_SUBST(interfacesdir)
+fi
+
+
 #
 # Doxygen
 #