]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / Makefile
index f4b86e211e0f71156145c4c3bdb9f6dff77b3b6c..2b859dbb35abcbd7f585ca3f702e592f253f8b33 100644 (file)
@@ -6,11 +6,12 @@ include ../../../../../Makefile.conf
 
 PROG = mod_cap_bpf.so
 
-SRCS = ./ether_cap.cpp 
-
-STGLIBS = -lstgcommon
+SRCS = ./ether_cap.cpp
 
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common \
+          logger
+
 include ../../Makefile.in