1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-21 01:59:07 +03:00
Simo Sorce 136f369b23 Make it possible to build libevents standalone.
(This used to be commit 10415bb738d51afdebbfeae976923e086805ae84)
2008-05-14 00:03:01 -04:00

12 lines
235 B
PkgConfig

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/