X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..cd64751cac4c56591bee9b0a9c2a626ce40e67db:/projects/stargazer/plugins/capture/divert_freebsd/Makefile diff --git a/projects/stargazer/plugins/capture/divert_freebsd/Makefile b/projects/stargazer/plugins/capture/divert_freebsd/Makefile index cd7824a7..555ec8b1 100644 --- a/projects/stargazer/plugins/capture/divert_freebsd/Makefile +++ b/projects/stargazer/plugins/capture/divert_freebsd/Makefile @@ -8,9 +8,10 @@ PROG = mod_cap_divert.so SRCS = ./divert_cap.cpp -STGLIBS = -lstg_common - LIBS += $(LIB_THREAD) +STGLIBS = common \ + logger + include ../../Makefile.in