X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=2986334eec5ad605c0a4445337020f492bffba80;hb=ba12decc4413dedf22c06545d1ec5938efa8954a;hp=a61d0f2da50d4d4357f1d59544b93877347a5f71;hpb=5eefb2172b50efbff7d6f04c0cfab32364994bda;p=catta diff --git a/configure.ac b/configure.ac index a61d0f2..2986334 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 # @@ -414,6 +416,15 @@ AC_SUBST(avahi_runtime_dir) 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 # @@ -477,6 +488,7 @@ common/Makefile man/Makefile tests/Makefile service-type-database/Makefile +avahi-sharp/Makefile ]) AC_OUTPUT