From b70de951352c60e6203648253cdbdda2bc93c136 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Thu, 8 Sep 2005 20:20:03 +0000 Subject: * Fix interfaces stuff git-svn-id: file:///home/lennart/svn/public/avahi/trunk@534 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-discover-standalone/Makefile.am | 5 ----- configure.ac | 11 +++++++++++ 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 0210262..bbf1895 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -26,9 +26,6 @@ interfaces = \ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GTK - -interfacesdir=${datadir}/${PACKAGE}/interfaces/ - bin_PROGRAMS = \ avahi-discover-standalone @@ -54,8 +51,6 @@ else if HAVE_PYTHON if HAVE_DBUS -# We need this for the python version of avahi-discover -interfacesdir=${datadir}/${PACKAGE}/interfaces/ interfaces_DATA = $(interfaces) endif diff --git a/configure.ac b/configure.ac index a61d0f2..85e3865 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 || test x$HAVE_GTK; then + interfacesdir="${datadir}/${PACKAGE}/interfaces/" + AC_SUBST(interfacesdir) +fi + + # # Doxygen # -- cgit