Re: [systemd-devel] [PATCH] Add libkmod flags for test_rtnl_manual

2014-04-17 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Apr 14, 2014 at 03:14:14PM +0200, Łukasz Stelmach wrote: --- Makefile.am | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Without CFLAGS my gcc is unable to find linkmod.h. KMOD_LIBS just look better than -lkomd for me. diff --git a/Makefile.am b/Makefile.am index

[systemd-devel] [PATCH] Add libkmod flags for test_rtnl_manual

2014-04-14 Thread Łukasz Stelmach
--- Makefile.am | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) Without CFLAGS my gcc is unable to find linkmod.h. KMOD_LIBS just look better than -lkomd for me. diff --git a/Makefile.am b/Makefile.am index 0ad1729..6767a76 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1402,10