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

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