s4:lib/tevent: add lib/events/ compat and let things compile
[samba.git] / lib / tevent / tevent.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: events
7 Description: An event system library
8 Version: @PACKAGE_VERSION@
9 Libs: -L${libdir} -ltevent
10 Cflags: -I${includedir} 
11 URL: http://samba.org/