X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/1acd024a6ba46ab0d9f9c25c089f79a4cba93f25..46b0747592074017ff0ea4b33d4a7194235886e5:/projects/stargazer/plugins/capture/nfqueue/Makefile?ds=sidebyside diff --git a/projects/stargazer/plugins/capture/nfqueue/Makefile b/projects/stargazer/plugins/capture/nfqueue/Makefile deleted file mode 100644 index a9f4a803..00000000 --- a/projects/stargazer/plugins/capture/nfqueue/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -include ../../../../../Makefile.conf - -PROG = mod_cap_nfqueue.so - -SRCS = ./nfqueue.cpp - -LIBS += $(NFQ_LIBS) $(LIB_THREAD) - -STGLIBS = common \ - logger - -include ../../Makefile.in -