This commit is contained in:
zhuzhenjun
2023-09-16 10:43:06 +08:00
parent e9b190b069
commit 91e6b79afc
21 changed files with 8589 additions and 142 deletions

View File

@@ -1,11 +1,13 @@
bin_PROGRAMS = osfp_match
bin_PROGRAMS = osfp_example
osfp_match_SOURCES = \
osfp_match.c
osfp_example_SOURCES = \
osfp_example.c
osfp_match_LDADD = \
osfp_example_LDADD = \
../src/.libs/libosfp.la
osfp_match_LDFLAGS = \
osfp_example_LDFLAGS = \
-lpcap
osfp_example_CFLAGS = \
-I../src