chiark / gitweb /
sd-event: fix sd_event_source_get_priority() (#4712)
[elogind.git] / src / libelogind / libelogind.pc.in
1 #  This file is part of elogind.
2 #
3 #  elogind is free software; you can redistribute it and/or modify it
4 #  under the terms of the GNU Lesser General Public License as published by
5 #  the Free Software Foundation; either version 2.1 of the License, or
6 #  (at your option) any later version.
7
8 prefix=@prefix@
9 exec_prefix=@exec_prefix@
10 libdir=@rootlibdir@/elogind
11 includedir=@includedir@
12
13 Name: elogind
14 Description: elogind Library
15 URL: @PACKAGE_URL@
16 Version: @PACKAGE_VERSION@
17 Libs: -L${libdir} -lelogind
18 Cflags: -I${includedir}