X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/3f316b0bda61b18136122406677a2e728af01171..37d1ed6886cbb6f0a18e00f698974d5025257c59:/projects/stargazer/plugins/capture/nfqueue/Makefile 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 +