summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2015-02-27 17:15:39 +0100
committerLubomir Rintel <lkundrak@v3.sk>2015-06-22 12:19:50 +0200
commit9924b0897ad58e646d1fbc7b49d5b94867833df8 (patch)
treed491bf4cd6b866aecc7627d96b81a5dbcf522c09
parent72875feeddcb81d55ce5429a7f4bec5ab6d193c7 (diff)
downloadNetworkManager-lr/route-manager-1-0.tar.gz
route-manager/build: fix out-of-tree builds for route-manager testslr/route-manager-1-0
Fixes: 0659a67c8fb2a8f13f12fd05967bc92670dd4410 (cherry picked from commit ea0d0b3086bde66f66647e251ba34575377c1073)
-rw-r--r--src/tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am
index 610352f48e..83632bd198 100644
--- a/src/tests/Makefile.am
+++ b/src/tests/Makefile.am
@@ -46,24 +46,24 @@ test_ip6_config_LDADD = \
test_route_manager_fake_CPPFLAGS = \
$(AM_CPPFLAGS) \
- -I$(top_builddir)/src/platform/tests \
+ -I$(top_srcdir)/src/platform/tests \
-DSETUP=nm_fake_platform_setup \
-DKERNEL_HACKS=0
test_route_manager_fake_SOURCES = \
- ../platform/tests/test-common.c \
+ $(top_srcdir)/src/platform/tests/test-common.c \
test-route-manager.c
test_route_manager_fake_LDADD = \
$(top_builddir)/src/libNetworkManager.la
test_route_manager_linux_SOURCES = \
- ../platform/tests/test-common.c \
+ $(top_srcdir)/src/platform/tests/test-common.c \
test-route-manager.c
test_route_manager_linux_CPPFLAGS = \
$(AM_CPPFLAGS) \
- -I$(top_builddir)/src/platform/tests \
+ -I$(top_srcdir)/src/platform/tests \
-DSETUP=nm_linux_platform_setup \
-DKERNEL_HACKS=1