[systemd-devel] [PATCH] tests: fix test-rtnl-manual.c compile failure

Cristian Rodríguez crrodriguez at opensuse.org
Mon Mar 31 11:23:22 PDT 2014


Needs KMOD_CFLAGS
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 6c7d6e5..77495a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1399,6 +1399,10 @@ test_ipcrm_LDADD = \
 	libsystemd-shared.la \
 	-lrt
 
+test_rtnl_manual_CFLAGS = \
+	$(AM_CFLAGS) \
+	$(KMOD_CFLAGS)
+
 test_rtnl_manual_SOURCES = \
 	src/test/test-rtnl-manual.c
 
-- 
1.8.4.5



More information about the systemd-devel mailing list