]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/divert_freebsd/Makefile
Fix projects and plugins building system to support new libs
[stg.git] / projects / stargazer / plugins / capture / divert_freebsd / Makefile
index 2fbc97d62a1d509ab507b295d0bdefa4bb66f58d..48e24826c8132415d005fceadfbd569d5c60eff3 100644 (file)
@@ -8,9 +8,9 @@ PROG = mod_cap_divert.so
 
 SRCS = ./divert_cap.cpp 
 
-STGLIBS = -lstgcommon
-
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common
+
 include ../../Makefile.in