13 lines
263 B
PkgConfig
13 lines
263 B
PkgConfig
|
|
prefix=@prefix@
|
||
|
|
exec_prefix=@exec_prefix@
|
||
|
|
libdir=@libdir@
|
||
|
|
includedir=@includedir@
|
||
|
|
|
||
|
|
Name: tevent
|
||
|
|
Description: An event system library
|
||
|
|
Version: @PACKAGE_VERSION@
|
||
|
|
Requires: talloc
|
||
|
|
Libs: @LIB_RPATH@ -L${libdir} -ltevent
|
||
|
|
Cflags: -I${includedir}
|
||
|
|
URL: http://samba.org/
|