summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.pc.in
blob: 1091ff00f1e4d5e6562ee42556ca9984895069bf (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: -L${libdir} -ltevent
Cflags: @LIB_RPATH@ -I${includedir}
URL: http://samba.org/