This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhuzhenjun-libosfp/example/Makefile.am

12 lines
165 B
Makefile
Raw Normal View History

2023-09-15 15:27:22 +08:00
bin_PROGRAMS = osfp_match
osfp_match_SOURCES = \
osfp_match.c
osfp_match_LDADD = \
../src/.libs/libosfp.la
osfp_match_LDFLAGS = \
-lpcap