summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.pc.in
blob: eb0e564f7247007e53692c02f6d4dce0be62a160 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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/