]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/cap_debug/Makefile
More fixes after cppcheck.
[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        ./ip.c \
12        ./packet.c \
13        ./tcp.c
14
15 STGLIBS = common
16
17 LIBS += $(LIB_THREAD)
18
19 include ../../Makefile.in
20