]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/capture/nfqueue/Makefile
Port to CMake, get rid of os_int.h.
[stg.git] / projects / stargazer / plugins / capture / nfqueue / Makefile
diff --git a/projects/stargazer/plugins/capture/nfqueue/Makefile b/projects/stargazer/plugins/capture/nfqueue/Makefile
deleted file mode 100644 (file)
index 05a87af..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-include ../../../../../Makefile.conf
-
-PROG = mod_cap_nfqueue.so
-
-SRCS = ./nfqueue.cpp
-
-LIBS += $(NFQ_LDFLAGS) $(NETLINK_LDFLAGS) $(LIB_THREAD)
-
-STGLIBS = common \
-          logger
-
-include ../../Makefile.in
-