X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/capture/cap_nf/Makefile diff --git a/stargazer/plugins/capture/cap_nf/Makefile b/stargazer/plugins/capture/cap_nf/Makefile deleted file mode 100644 index f9412802..00000000 --- a/stargazer/plugins/capture/cap_nf/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -############################################################################### -# $Id: Makefile,v 1.2 2008/12/04 17:04:41 faust Exp $ -############################################################################### - -include ../../../../../Makefile.conf - -PROG = mod_cap_nf.so - -SRCS = ./cap_nf.cpp - -LIBS += $(LIB_THREAD) - -STGLIBS = common \ - logger - -include ../../Makefile.in -