summaryrefslogtreecommitdiff
path: root/netsniff-ng
diff options
context:
space:
mode:
Diffstat (limited to 'netsniff-ng')
-rw-r--r--netsniff-ng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/netsniff-ng/Makefile b/netsniff-ng/Makefile
index 269d403..46b885d 100644
--- a/netsniff-ng/Makefile
+++ b/netsniff-ng/Makefile
@@ -1,6 +1,6 @@
netsniff-ng-libs = -lGeoIP \
- -lnl-genl-3 \
- -lnl-3 \
+ $(shell pkg-config --libs libnl-3.0) \
+ $(shell pkg-config --libs libnl-genl-3.0) \
-lpcap \
-lpthread \
-lz