git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed timer debug with TIME_SPEED=1 (tv_nsec should be less than 1000000000)
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
nfqueue
/
Makefile
1
include ../../../../../Makefile.conf
2
3
PROG = mod_cap_nfqueue.so
4
5
SRCS = ./nfqueue.cpp
6
7
LIBS += $(NFQ_LDFLAGS) $(NETLINK_LDFLAGS) $(LIB_THREAD)
8
9
STGLIBS = common \
10
logger
11
12
include ../../Makefile.in
13