git.stg.codes
/
stg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Some minor improvements on ticket26.
[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