mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-23 18:19:50 +00:00
9171544708
Signed-off-by: Sruthi Yellamraju <ysruthi@gmail.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
12 lines
276 B
PkgConfig
12 lines
276 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libnl-xfrm
|
|
Description: Netlink Routing Family Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: libnl-3.0
|
|
Libs: -L${libdir} -lnl-xfrm-@MAJ_VERSION@
|
|
Cflags: -I${includedir}/libnl@MAJ_VERSION@
|