X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=avahi-dnsconfd%2FMakefile.am;h=db21810334bd43e15fcb6ac1826c6b15eb4f6436;hb=6bb829340ace002bcf92d94135d2e2d9b9a0cc22;hp=7a2185f1cc7d6199a502b30dc3622c8a33f0c0bd;hpb=aaf4c3e431d767ee628758abdc99f82b3af66b8f;p=catta diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index 7a2185f..db21810 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -21,6 +21,8 @@ pkgsysconfdir=$(sysconfdir)/avahi AM_CFLAGS= \ -I$(top_srcdir) \ + -DAVAHI_RUNTIME_DIR=\"$(avahi_runtime_dir)/\" \ + -DAVAHI_SOCKET=\"$(avahi_socket)\" \ -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/dnsconf.action\" # GLIB 2.0 @@ -34,7 +36,7 @@ AM_LDADD+=$(LIBDAEMON_LIBS) # This cool debug trap works on i386/gcc only AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")' -bin_PROGRAMS = \ +sbin_PROGRAMS = \ avahi-dnsconfd avahi_dnsconfd_SOURCES = \