init example osfp_match

This commit is contained in:
zhuzhenjun
2023-09-15 15:27:22 +08:00
parent 2b7d652857
commit e9b190b069
5 changed files with 143 additions and 2 deletions

11
example/Makefile.am Normal file
View File

@@ -0,0 +1,11 @@
bin_PROGRAMS = osfp_match
osfp_match_SOURCES = \
osfp_match.c
osfp_match_LDADD = \
../src/.libs/libosfp.la
osfp_match_LDFLAGS = \
-lpcap