]> git.stg.codes - stg.git/blob - stargazer/plugins/capture/ether_linux/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / stargazer / plugins / capture / ether_linux / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.9 2008/12/04 17:07:37 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_cap_ether.so
8
9 SRCS = ./ether_cap.cpp
10
11 LIBS += $(LIB_THREAD)
12
13 STGLIBS = common \
14           logger
15
16 include ../../Makefile.in
17