]> git.stg.codes - stg.git/blob - stargazer/plugins/capture/pcap/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / 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