]> 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 4ab0480c4807b5f2c6f1e5afe043a62d6142d9dc..2b859dbb35abcbd7f585ca3f702e592f253f8b33 100644 (file)
@@ -6,11 +6,12 @@ include ../../../../../Makefile.conf
 
 PROG = mod_cap_bpf.so
 
-SRCS = ./ether_cap.cpp 
-
-STGLIBS = -lstg_common
+SRCS = ./ether_cap.cpp
 
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common \
+          logger
+
 include ../../Makefile.in