xref: /aosp_15_r20/external/libnl/libnl-cli-3.0.pc.in (revision 4dc78e53d49367fa8e61b07018507c90983a077d)
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: libnl-cli
7Description: Command Line Interface library for netlink sockets
8Version: @PACKAGE_VERSION@
9Libs: -L${libdir} -lnl-cli-@MAJ_VERSION@
10Cflags: -I${includedir}
11Requires: libnl-3.0 libnl-genl-3.0 libnl-nf-3.0 libnl-route-3.0
12