summaryrefslogtreecommitdiffstats
path: root/events/events.pc.in
blob: 4a4c012d73e4d34e03b170651b4a0609519ac2f3 (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} -levents
Cflags: -I${includedir} 
URL: http://samba.org/