summaryrefslogtreecommitdiffstats
path: root/avahi-dnsconfd
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-06-30 22:55:20 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-06-30 22:55:20 +0000
commitaab15b8d9a9d5d869659915c3d0995929ae4179b (patch)
tree4a2bf6387e835d17e94ad28b9beaf5a2992e401d /avahi-dnsconfd
parentb7ca2e3b1fe5d7a4134728aa8cc88d9fb363b77c (diff)
* moved AVAHI_RUNTIME_DIR and AVAHI_SOCKET in configure.ac
* avahi-dnsconf and avahi use them for pid and socket file * check that ${prefix} is fully expanded in config.h * cosmetic changes in configure.ac git-svn-id: file:///home/lennart/svn/public/avahi/trunk@158 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-dnsconfd')
-rw-r--r--avahi-dnsconfd/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am
index 8a0787a..d3bd833 100644
--- a/avahi-dnsconfd/Makefile.am
+++ b/avahi-dnsconfd/Makefile.am
@@ -22,9 +22,7 @@ pkgsysconfdir=$(sysconfdir)/avahi
AM_CFLAGS= \
-I$(top_srcdir) \
-D_GNU_SOURCE \
- -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/dnsconf.action\" \
- -DAVAHI_SOCKET=\"$(localstatedir)/run/avahi/socket\" \
- -DAVAHI_RUNTIME_DIR=\"$(localstatedir)/run\"
+ -DAVAHI_DNSCONF_SCRIPT=\"$(pkgsysconfdir)/dnsconf.action\"
# GLIB 2.0
AM_CFLAGS+=$(GLIB20_CFLAGS)