]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/ether_linux/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / capture / ether_linux / Makefile
index 4cd78a3c5b9df83360f2d9cc4cc028924ff93768..c89ea6530d9896d02d8a8155166b739f98e6b749 100644 (file)
@@ -6,10 +6,12 @@ include ../../../../../Makefile.conf
 
 PROG = mod_cap_ether.so
 
-SRCS = ./ether_cap.cpp 
+SRCS = ./ether_cap.cpp
 
 LIBS += $(LIB_THREAD)
-STGLIBS = -lstgcommon
+
+STGLIBS = common \
+          logger
 
 include ../../Makefile.in