diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-09-08 18:56:02 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-09-08 18:56:02 +0000 |
commit | 4c14eb800d1d39c40c28be8f6225314cfd513abe (patch) | |
tree | 2873fa6924e60141ed6011d1ec17b242d00c3cd0 /avahi-discover-standalone | |
parent | 5eefb2172b50efbff7d6f04c0cfab32364994bda (diff) |
fix avahi-disocver and glade
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@533 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-discover-standalone')
-rw-r--r-- | avahi-discover-standalone/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-discover-standalone/Makefile.am b/avahi-discover-standalone/Makefile.am index 18fbdde..0210262 100644 --- a/avahi-discover-standalone/Makefile.am +++ b/avahi-discover-standalone/Makefile.am @@ -27,6 +27,7 @@ AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' if HAVE_GTK +interfacesdir=${datadir}/${PACKAGE}/interfaces/ bin_PROGRAMS = \ avahi-discover-standalone @@ -46,7 +47,6 @@ avahi_discover_standalone_LDADD = \ ../avahi-core/libavahi-core.la \ $(GLIB20_LIBS) $(GTK20_LIBS) $(GLADE20_LIBS) -interfacesdir=${datadir}/${PACKAGE}/interfaces/ interfaces_DATA = $(interfaces) else |