The pkg-config file allows other users of libeloop to more easily configure build-time options for eloop. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
12 lines
235 B
PkgConfig
12 lines
235 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: eloop
|
|
Description: Epoll-based Event-Loop Library
|
|
URL: @PACKAGE_URL@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -leloop
|
|
Cflags: -I${includedir}
|