git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Clone the correct branch in make_tarball.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
cap_debug
/
Makefile
diff --git
a/projects/stargazer/plugins/capture/cap_debug/Makefile
b/projects/stargazer/plugins/capture/cap_debug/Makefile
index 916ae175591691ce6e5f95b6169b97511aeeda72..e96d69bc03cd34897a39e0d2d32a132c1052a29d 100644
(file)
--- 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 \
SRCS = ./debug_cap.cpp \
./checksum.c \
- ./icmp.c \
./ip.c \
./ip.c \
- ./misc.c \
./packet.c \
./packet.c \
- ./socket.c \
- ./tcp.c \
- ./udp.c
+ ./tcp.c
-STGLIBS =
-lstg
common
+STGLIBS = common
LIBS += $(LIB_THREAD)
LIBS += $(LIB_THREAD)