From 577cb66a026ecb1395bda1ff941462940420fe24 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Thu, 19 May 2016 14:35:59 +0100 Subject: [Netlink] Fix Makefile.am test plugin dependency to librtnl Change-Id: I59b393888246e8b37f815ffda6259977f9c03c7b Signed-off-by: Pierre Pfister --- netlink/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netlink/Makefile.am b/netlink/Makefile.am index f33d36d..8e3b47b 100644 --- a/netlink/Makefile.am +++ b/netlink/Makefile.am @@ -27,12 +27,11 @@ nobase_include_HEADERS = \ librtnl/rtnl.h \ librtnl/mapper.h - lib_LTLIBRARIES += testrtnl_plugin.la testrtnl_plugin_la_SOURCES = test/test.c testrtnl_plugin_la_LDFLAGS = -module - +testrtnl_plugin_la_LIBADD = -lrtnl if WITH_PLUGIN_TOOLKIT install-data-hook: -- cgit 1.2.3-korg