X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b21a698b1773f5b1d1fd78fb3817d4c195a0dab6..ac3670b33981698a02c5e95ab4f11cb3fe57562d:/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 +