12 lines
248 B
PkgConfig
12 lines
248 B
PkgConfig
|
prefix=@prefix@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${exec_prefix}/lib
|
||
|
includedir=${prefix}/include
|
||
|
|
||
|
Name: libnotify
|
||
|
Description: Notifications Library
|
||
|
Version: @VERSION@
|
||
|
Libs: -L${libdir} -lnotify @PACKAGE_LIBS@
|
||
|
Cflags: -I${includedir} @PACKAGE_CFLAGS@
|
||
|
|