]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/pcap/Makefile
Merge branch 'stg-2.409-radius'
[stg.git] / projects / stargazer / plugins / capture / pcap / Makefile
1 include ../../../../../Makefile.conf
2
3 PROG = mod_cap_pcap.so
4
5 SRCS = ./pcap_cap.cpp
6
7 LIBS += -lpcap $(LIB_THREAD)
8
9 STGLIBS = common \
10           logger
11
12 include ../../Makefile.in
13