about summary refs log tree commit diff
path: root/src/dns-manager/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-08-07 22:16:17 +0200
committerMichael Biebl <biebl@debian.org>2012-08-07 22:16:17 +0200
commit44826499c23720be3d74ab674c4fd38912c5b8c2 (patch)
tree613bec9c2242e5e0700bef1ba87ca2d25d755795 /src/dns-manager/Makefile.am
parent9a8ff86a032d1e4dd04238fcde856b145406df6f (diff)
parent8c98b34228abb4dfde822ad89106b4d8b2287639 (diff)
Merge tag 'upstream/0.9.6.0' into experimental
Upstream version 0.9.6.0
Diffstat (limited to 'src/dns-manager/Makefile.am')
-rw-r--r--src/dns-manager/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dns-manager/Makefile.am b/src/dns-manager/Makefile.am
index fd31b140..c6c28446 100644
--- a/src/dns-manager/Makefile.am
+++ b/src/dns-manager/Makefile.am
@@ -25,7 +25,8 @@ libdns_manager_la_CPPFLAGS = \
 	$(LIBNL_CFLAGS) \
 	$(DBUS_CFLAGS) \
 	$(GLIB_CFLAGS) \
-	-DLOCALSTATEDIR=\"$(localstatedir)\"
+	-DLOCALSTATEDIR=\"$(localstatedir)\" \
+	-DSYSCONFDIR=\"$(sysconfdir)\"
 
 libdns_manager_la_LIBADD = \
 	$(top_builddir)/src/logging/libnm-logging.la \