]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/ipq_linux/Makefile
Добавление исходников
[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 STGLIBS = -lstg_common
14
15 include ../../Makefile.in
16