]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/nfqueue/Makefile
Initial adding of netfilter_queue capturer.
[stg.git] / 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 (file)
index 0000000..a9f4a80
--- /dev/null
@@ -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
+