X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..90f4f13ef5d9a90a06e1ba9243f18c3b98977655:/projects/stargazer/plugins/capture/ether_freebsd/Makefile diff --git a/projects/stargazer/plugins/capture/ether_freebsd/Makefile b/projects/stargazer/plugins/capture/ether_freebsd/Makefile index 4ab0480c..2b859dbb 100644 --- a/projects/stargazer/plugins/capture/ether_freebsd/Makefile +++ b/projects/stargazer/plugins/capture/ether_freebsd/Makefile @@ -6,11 +6,12 @@ include ../../../../../Makefile.conf PROG = mod_cap_bpf.so -SRCS = ./ether_cap.cpp - -STGLIBS = -lstg_common +SRCS = ./ether_cap.cpp LIBS += $(LIB_THREAD) +STGLIBS = common \ + logger + include ../../Makefile.in