X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/8d05adbce3fd922590e8e3edf674cc57773d821e..9f1473ca33ad6847f22809ca50aaa00fe4944e6c:/projects/stargazer/plugins/capture/ether_linux/Makefile

diff --git a/projects/stargazer/plugins/capture/ether_linux/Makefile b/projects/stargazer/plugins/capture/ether_linux/Makefile
index a045167c..c89ea653 100644
--- a/projects/stargazer/plugins/capture/ether_linux/Makefile
+++ b/projects/stargazer/plugins/capture/ether_linux/Makefile
@@ -9,7 +9,9 @@ PROG = mod_cap_ether.so
 SRCS = ./ether_cap.cpp
 
 LIBS += $(LIB_THREAD)
-STGLIBS = -lstgcommon
+
+STGLIBS = common \
+          logger
 
 include ../../Makefile.in