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