11 lines
263 B
PkgConfig
11 lines
263 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: GDM Client Library
|
|
Description: Client Library for communicating with GDM daemon
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lgdm
|
|
Cflags: -I${includedir}/gdm
|
|
Requires: gobject-2.0
|