s4-torture: fix some build warnings in rpc samr test.
[Samba.git] / lib / tevent / tevent.pc.in
blobeb0e564f7247007e53692c02f6d4dce0be62a160
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
6 Name: tevent
7 Description: An event system library
8 Version: @PACKAGE_VERSION@
9 Requires: talloc
10 Libs: @LIB_RPATH@ -L${libdir} -ltevent
11 Cflags: -I${includedir}
12 URL: http://samba.org/