summaryrefslogtreecommitdiffstats
path: root/avahi-discover-standalone
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-discover-standalone')
-rw-r--r--avahi-discover-standalone/Makefile.am5
1 files changed, 0 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