X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/aa3ae79d6899ea3c23ba43f28ffe4fb4bb6001bd..a6b0423977ee2ad532b4e5341eaf41e7197804b2:/stargazer/plugins/capture/pcap/Makefile diff --git a/stargazer/plugins/capture/pcap/Makefile b/stargazer/plugins/capture/pcap/Makefile deleted file mode 100644 index 3eff306f..00000000 --- a/stargazer/plugins/capture/pcap/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -include ../../../../../Makefile.conf - -PROG = mod_cap_pcap.so - -SRCS = ./pcap_cap.cpp - -LIBS += -lpcap $(LIB_THREAD) - -STGLIBS = common \ - logger - -include ../../Makefile.in -