summaryrefslogtreecommitdiff
path: root/src/dns-manager
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-01-08 12:30:02 -0500
committerDan Williams <dcbw@redhat.com>2012-01-09 14:20:36 -0600
commitdab7dfaf35d38876b79a72cb842d728897edde91 (patch)
treeb185e388226a833562181eb708ded953c14260bc /src/dns-manager
parentd4a6868735b88d3c5fdc034dc8f1d6c18273cb83 (diff)
downloadNetworkManager-dab7dfaf35d38876b79a72cb842d728897edde91.tar.gz
build: fix srcdir != builddir
nm-version.h is in ${top_builddir}/include.
Diffstat (limited to 'src/dns-manager')
-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 b51f667bdb..def8fe664b 100644
--- a/src/dns-manager/Makefile.am
+++ b/src/dns-manager/Makefile.am
@@ -2,7 +2,8 @@ INCLUDES = \
-I${top_srcdir}/src/logging \
-I${top_srcdir}/libnm-util \
-I${top_srcdir}/src \
- -I${top_srcdir}/include
+ -I${top_srcdir}/include \
+ -I${top_builddir}/include
noinst_LTLIBRARIES = libdns-manager.la