X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..71a956f2018ac76b36784ceb433dc7398041f18b:/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 48e24826..076443bb 100644 --- a/projects/stargazer/plugins/capture/divert_freebsd/Makefile +++ b/projects/stargazer/plugins/capture/divert_freebsd/Makefile @@ -6,11 +6,12 @@ include ../../../../../Makefile.conf PROG = mod_cap_divert.so -SRCS = ./divert_cap.cpp +SRCS = ./divert_cap.cpp LIBS += $(LIB_THREAD) -STGLIBS = common +STGLIBS = common \ + logger include ../../Makefile.in