]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/divert_freebsd/Makefile
Lots of stylistic fixes.
[stg.git] / projects / stargazer / plugins / capture / divert_freebsd / Makefile
index 2fbc97d62a1d509ab507b295d0bdefa4bb66f58d..555ec8b18a5f9ef55ba4fed8563f6698e3e8e627 100644 (file)
@@ -8,9 +8,10 @@ PROG = mod_cap_divert.so
 
 SRCS = ./divert_cap.cpp 
 
-STGLIBS = -lstgcommon
-
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common \
+          logger
+
 include ../../Makefile.in