summaryrefslogtreecommitdiffstats
path: root/avahi-discover-standalone/Makefile.am
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-09-08 23:40:18 +0000
committerTrent Lloyd <lathiat@bur.st>2005-09-08 23:40:18 +0000
commitf71e7eb605098efcb42d11e9f7ef46cef14a5084 (patch)
treed3482b9eb4282ca347efa276fa05737bb2cf9425 /avahi-discover-standalone/Makefile.am
parent13a736134eb1106a8d4fe5e0a79c8a589aeab331 (diff)
* Do the usual avahi thing and sneak in a few updates to the 0.4 tag.tags/release-0.4
git-svn-id: file:///home/lennart/svn/public/avahi/tags/release-0.4@537 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-discover-standalone/Makefile.am')
-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 18fbdde..bbf1895 100644
--- a/avahi-discover-standalone/Makefile.am
+++ b/avahi-discover-standalone/Makefile.am
@@ -26,8 +26,6 @@ interfaces = \
AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
if HAVE_GTK
-
-
bin_PROGRAMS = \
avahi-discover-standalone
@@ -46,7 +44,6 @@ avahi_discover_standalone_LDADD = \
../avahi-core/libavahi-core.la \
$(GLIB20_LIBS) $(GTK20_LIBS) $(GLADE20_LIBS)
-interfacesdir=${datadir}/${PACKAGE}/interfaces/
interfaces_DATA = $(interfaces)
else
@@ -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