]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/cap_debug/Makefile
48b0e8701daf8fdb0c8c7e2bc2a4e760c69f24ee
[stg.git] / projects / stargazer / plugins / capture / cap_debug / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.10 2008/12/04 17:03:25 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_cap_debug.so
8
9 SRCS = ./debug_cap.cpp \
10        ./checksum.c \
11        ./icmp.c \
12        ./ip.c \
13        ./misc.c \
14        ./packet.c \
15        ./socket.c \
16        ./tcp.c \
17        ./udp.c
18
19 STGLIBS = common
20
21 LIBS += $(LIB_THREAD)
22
23 include ../../Makefile.in
24