]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_freebsd/Makefile
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / Makefile
index f4b86e211e0f71156145c4c3bdb9f6dff77b3b6c..aeb77636b65b2577a1ee649360ed682108d26981 100644 (file)
@@ -8,9 +8,10 @@ PROG = mod_cap_bpf.so
 
 SRCS = ./ether_cap.cpp 
 
-STGLIBS = -lstgcommon
-
 LIBS += $(LIB_THREAD)
 
+STGLIBS = common \
+          logger
+
 include ../../Makefile.in