diff options
Diffstat (limited to 'mausezahn/Makefile')
-rw-r--r-- | mausezahn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mausezahn/Makefile b/mausezahn/Makefile index ca16b65..9544565 100644 --- a/mausezahn/Makefile +++ b/mausezahn/Makefile @@ -1,6 +1,6 @@ mausezahn-libs = -lcli \ -lnet \ - -lpcap \ + $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs libpcap 2> /dev/null ) \ -lrt \ -lpthread \ -lm |