X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/641204dfbdb9fc870cdd2e7f9e3169a44693e7bf..471a8ddb278cb5621e36a6c45e450d40580e50fd:/projects/stargazer/plugins/capture/cap_debug/Makefile?ds=sidebyside

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)