]> git.meshlink.io Git - catta/blobdiff - avahi-dnsconfd/Makefile.am
* progress on python port of avahi-discover basic things are in place
[catta] / avahi-dnsconfd / Makefile.am
index 7a2185f1cc7d6199a502b30dc3622c8a33f0c0bd..db21810334bd43e15fcb6ac1826c6b15eb4f6436 100644 (file)
@@ -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 = \