libnotify/libnotify.pc.in

12 lines
248 B
PkgConfig
Raw Normal View History

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@