mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-17 20:28:18 +02:00
14 lines
262 B
PkgConfig
14 lines
262 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=@exec_prefix@
|
||
|
|
libdir=@libdir@
|
||
|
|
includedir=@includedir@
|
||
|
|
|
||
|
|
Name: libnm
|
||
|
|
Description: Convenience library for clients of NetworkManager
|
||
|
|
Version: @VERSION@
|
||
|
|
Requires: gio-2.0 dbus-glib-1
|
||
|
|
Cflags: -I${includedir}/libnm
|
||
|
|
Libs: -L${libdir} -lnm
|
||
|
|
|
||
|
|
|