X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..3fad7c91ed37f6b644d6126fccb28c2de11490f0:/projects/stargazer/plugins/capture/cap_debug/Makefile?ds=inline

diff --git a/projects/stargazer/plugins/capture/cap_debug/Makefile b/projects/stargazer/plugins/capture/cap_debug/Makefile
index ade37382..e96d69bc 100644
--- a/projects/stargazer/plugins/capture/cap_debug/Makefile
+++ b/projects/stargazer/plugins/capture/cap_debug/Makefile
@@ -8,15 +8,11 @@ PROG = mod_cap_debug.so
 
 SRCS = ./debug_cap.cpp \
        ./checksum.c \
-       ./icmp.c \
        ./ip.c \
-       ./misc.c \
        ./packet.c \
-       ./socket.c \
-       ./tcp.c \
-       ./udp.c
+       ./tcp.c
 
-STGLIBS = -lstg_common
+STGLIBS = common
 
 LIBS += $(LIB_THREAD)