summaryrefslogtreecommitdiff
path: root/lib/tevent/tevent.pc.in
blob: 93d0cf5d8b73e6efcc7eaec37d7d96928384cf74 (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: tevent
Description: An event system library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -ltevent
Cflags: -I${includedir} 
URL: http://samba.org/