]> git.stg.codes - stg.git/blob - projects/stargazer/plugins/capture/ether_freebsd/Makefile
Remove 'stg' prefixes from headers and add it to libraries
[stg.git] / projects / stargazer / plugins / capture / ether_freebsd / Makefile
1 ###############################################################################
2 # $Id: Makefile,v 1.7 2008/12/04 17:06:56 faust Exp $
3 ###############################################################################
4
5 include ../../../../../Makefile.conf
6
7 PROG = mod_cap_bpf.so
8
9 SRCS = ./ether_cap.cpp 
10
11 STGLIBS = -lstgcommon
12
13 LIBS += $(LIB_THREAD)
14
15 include ../../Makefile.in
16