diff options
author | Pierre Pfister <ppfister@cisco.com> | 2016-05-19 14:35:59 +0100 |
---|---|---|
committer | Pierre Pfister <ppfister@cisco.com> | 2016-05-19 14:41:29 +0100 |
commit | 577cb66a026ecb1395bda1ff941462940420fe24 (patch) | |
tree | a03610b4a24ebc2a64a11f38e82c290811266da3 /netlink | |
parent | 4c0471070eb6141945e7b33194bc80d8c5b8fcab (diff) |
[Netlink] Fix Makefile.am test plugin dependency to librtnl
Change-Id: I59b393888246e8b37f815ffda6259977f9c03c7b
Signed-off-by: Pierre Pfister <ppfister@cisco.com>
Diffstat (limited to 'netlink')
-rw-r--r-- | netlink/Makefile.am | 3 |
1 files changed, 1 insertions, 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: |