X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/9dbaa1f22054ff5492e793259d5641b876b57ac1..88e2100a83b2c6c6858e4ac9ee5399a0f6209e94:/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