about summary refs log tree commit diff
path: root/src/platform/tests/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-04-06 00:47:13 +0200
committerMichael Biebl <biebl@debian.org>2016-04-06 00:47:13 +0200
commit45bb35bff2a8d258aff2c1d9b68cce1787c7da62 (patch)
treee9da08b1d189befb839889185b4f3304d389a60f /src/platform/tests/Makefile.am
parentd101696d539cd03172badbcde19e9a13e5707ee1 (diff)
parent2bfb3eb7d0323e69affca154395f51d8b577414d (diff)
Merge tag 'upstream/1.1.93'
Upstream version 1.1.93
Diffstat (limited to 'src/platform/tests/Makefile.am')
-rw-r--r--src/platform/tests/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/platform/tests/Makefile.am b/src/platform/tests/Makefile.am
index b097fcf6..ebf20e15 100644
--- a/src/platform/tests/Makefile.am
+++ b/src/platform/tests/Makefile.am
@@ -9,7 +9,6 @@ AM_CPPFLAGS = \
 	-I${srcdir}/.. \
 	-DG_LOG_DOMAIN=\""NetworkManager"\" \
 	-DNETWORKMANAGER_COMPILATION=NM_NETWORKMANAGER_COMPILATION_INSIDE_DAEMON \
-	-DNM_VERSION_MAX_ALLOWED=NM_VERSION_NEXT_STABLE \
 	$(GLIB_CFLAGS) \
 	$(GUDEV_CFLAGS) \
 	$(LIBNL_CFLAGS)
@@ -22,7 +21,10 @@ PLATFORM_SOURCES = \
 	../nm-platform.c \
 	../nm-fake-platform.c \
 	../nm-linux-platform.c
-TEST_SOURCES = $(PLATFORM_SOURCES) test-common.c test-common.h
+TEST_SOURCES = \
+	test-common.c \
+	test-common.h \
+	$(PLATFORM_SOURCES)
 AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
 AM_LDFLAGS = $(GLIB_LIBS) $(GUDEV_LIBS) $(LIBNL_LIBS) $(CODE_COVERAGE_LDFLAGS)
 PLATFORM_LDADD = \