diff options
Diffstat (limited to 'netsniff-ng/Makefile')
-rw-r--r-- | netsniff-ng/Makefile | 4 |
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 |