X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/ac3670b33981698a02c5e95ab4f11cb3fe57562d..29e9a2de0b45893850bbf56ee38e7fd235a6df15:/projects/stargazer/plugins/capture/pcap/Makefile?ds=inline diff --git a/projects/stargazer/plugins/capture/pcap/Makefile b/projects/stargazer/plugins/capture/pcap/Makefile deleted file mode 100644 index 3eff306f..00000000 --- a/projects/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 -