]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/cap_debug/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / capture / cap_debug / Makefile
index 916ae175591691ce6e5f95b6169b97511aeeda72..e96d69bc03cd34897a39e0d2d32a132c1052a29d 100644 (file)
@@ -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 = -lstgcommon
+STGLIBS = common
 
 LIBS += $(LIB_THREAD)