1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: tevent
7Description: An event system library
8Version: @PACKAGE_VERSION@
9Requires: talloc
10Libs: -L${libdir} -ltevent
11Cflags: -I${includedir} 
12URL: http://samba.org/
13