aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--netlink/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlink/Makefile.am b/netlink/Makefile.am
index 8e3b47b..85023f8 100644
--- a/netlink/Makefile.am
+++ b/netlink/Makefile.am
@@ -31,7 +31,7 @@ lib_LTLIBRARIES += testrtnl_plugin.la
testrtnl_plugin_la_SOURCES = test/test.c
testrtnl_plugin_la_LDFLAGS = -module
-testrtnl_plugin_la_LIBADD = -lrtnl
+testrtnl_plugin_la_LIBADD = librtnl.la
if WITH_PLUGIN_TOOLKIT
install-data-hook: