summaryrefslogtreecommitdiff
path: root/callouts
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 /callouts
parentd4a6868735b88d3c5fdc034dc8f1d6c18273cb83 (diff)
downloadNetworkManager-dab7dfaf35d38876b79a72cb842d728897edde91.tar.gz
build: fix srcdir != builddir
nm-version.h is in ${top_builddir}/include.
Diffstat (limited to 'callouts')
-rw-r--r--callouts/Makefile.am2
-rw-r--r--callouts/tests/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 4a1ea7ca55..a3a2d26d0e 100644
--- a/callouts/Makefile.am
+++ b/callouts/Makefile.am
@@ -58,6 +58,7 @@ nm_dispatcher_action_SOURCES = \
nm_dispatcher_action_CPPFLAGS = \
-I${top_srcdir} \
-I${top_srcdir}/include \
+ -I${top_builddir}/include \
-I${top_srcdir}/libnm-util \
$(DBUS_CFLAGS) \
$(GLIB_CFLAGS) \
@@ -83,6 +84,7 @@ libtest_dispatcher_envp_la_SOURCES = \
libtest_dispatcher_envp_la_CPPFLAGS = \
-I${top_srcdir}/include \
+ -I${top_builddir}/include \
-I${top_srcdir}/libnm-util \
$(GLIB_CFLAGS) \
$(DBUS_CFLAGS)
diff --git a/callouts/tests/Makefile.am b/callouts/tests/Makefile.am
index 6a46b629f1..7121b92a3b 100644
--- a/callouts/tests/Makefile.am
+++ b/callouts/tests/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir)/include \
+ -I${top_builddir}/include \
-I$(top_srcdir)/libnm-util \
-I$(top_srcdir)/callouts