mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-07 14:50:24 +01:00
Like with "libnm-core/", split "libnm/" into different directories for the public headers, for the implementation and for the helper "aux" library.
14 lines
279 B
PkgConfig
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
|
|
|
|
|