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