]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/ipq_linux/Makefile
Introduced logger for plugins.
[stg.git] / projects / stargazer / plugins / capture / ipq_linux / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.6 2008/12/04 17:08:56 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_cap_ipq.so
8
9 SRCS = ./ipq_cap.cpp \
10        ./libipq.c
11
12 LIBS += $(LIB_THREAD)
13
14 STGLIBS = common \
15           logger
16
17 include ../../Makefile.in
18