]> git.meshlink.io Git - catta/blobdiff - avahi-utils/Makefile.am
add record browser DBUS interface names
[catta] / avahi-utils / Makefile.am
index 20da7a46e30ee9b6f3ea0a4e5ae094d076e34abf..cc1de9267094147b109cf9a9ecb762b186efabfc 100644 (file)
@@ -40,4 +40,7 @@ avahi_resolve_SOURCES = avahi-resolve.c sigint.c sigint.h
 avahi_resolve_CFLAGS = $(AM_CFLAGS)
 avahi_resolve_LDADD = $(AM_LDADD) ../avahi-client/libavahi-client.la ../avahi-common/libavahi-common.la
 
+install-exec-local:
+       cd $(DESTDIR)/$(bindir) && rm -f avahi-resolve-host-name avahi-resolve-address && $(LN_S) avahi-resolve avahi-resolve-host-name && $(LN_S) avahi-resolve avahi-resolve-address
+
 endif