mirror of
https://github.com/openharmony/third_party_iptables.git
synced 2026-07-01 23:04:07 -04:00
e4107a428d
Signed-off-by: HuangHaitao <huanghaitao16@huawei.com>
14 lines
280 B
Plaintext
14 lines
280 B
Plaintext
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
xtlibdir=@xtlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: xtables
|
|
Description: Shared Xtables code for extensions and iproute2
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lxtables
|
|
Libs.private: -ldl
|