NetworkManager/src/libnm-client-impl/libnm.pc.in
Thomas Haller 9bba4871f3
build: move "libnm/" to "src/" and split it
Like with "libnm-core/", split "libnm/" into different directories for
the public headers, for the implementation and for the helper "aux"
library.
2021-02-24 12:48:37 +01:00

14 lines
279 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
vpnservicedir=@nmlibdir@/VPN
Name: libnm
Description: Convenience library for clients of NetworkManager
Version: @VERSION@
Requires: gio-2.0
Cflags: -I${includedir}/libnm
Libs: -L${libdir} -lnm