X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=configure.ac;h=98542038829ab6df85572aa463723376ee1e60ed;hb=feae35a24a8d234ae5a4eb629cd09c905f74dc04;hp=9627ab508468495c2fbcc99208c9291cd02d6b19;hpb=4309f0c390af2dd6013c853f128295205faca4c3;p=catta diff --git a/configure.ac b/configure.ac index 9627ab5..9854203 100644 --- a/configure.ac +++ b/configure.ac @@ -35,6 +35,7 @@ AC_SUBST(LIBAVAHI_GLIB_VERSION_INFO, [0:1:0]) AC_SUBST(LIBAVAHI_QT3_VERSION_INFO, [0:0:0]) AC_SUBST(LIBAVAHI_QT4_VERSION_INFO, [0:0:0]) AC_SUBST(LIBAVAHI_COMPAT_LIBDNS_SD_VERSION_INFO, [1:0:0]) +AC_SUBST(LIBAVAHI_COMPAT_HOWL_VERSION_INFO, [0:0:0]) if type -p stow > /dev/null && test -d /usr/local/stow ; then AC_MSG_NOTICE([*** Found /usr/local/stow: default install prefix set to /usr/local/stow/${PACKAGE_NAME}-${PACKAGE_VERSION} ***]) @@ -627,6 +628,7 @@ tests/Makefile service-type-database/Makefile avahi-sharp/Makefile avahi-compat-libdns_sd/Makefile +avahi-compat-howl/Makefile ]) AC_OUTPUT @@ -689,4 +691,5 @@ echo " Building libavahi-qt4: ${HAVE_QT4} Building avahi-sharp: ${HAVE_MONO} Building avahi-compat-libdns_sd: ${BUILD_CLIENT} + Building avahi-compat-howl: ${BUILD_CLIENT} "