chiark / gitweb /
64e34a3d1a4441b9e62f43c8ca35a5cab5610e9f
[elogind.git] / src / libelogind / libelogind.pc.in
1 #  This file is part of elogind.
2 #  SPDX-License-Identifier: LGPL-2.1+
3 #
4 #  elogind is free software; you can redistribute it and/or modify it
5 #
6 #  under the terms of the GNU Lesser General Public License as published by
7 #  the Free Software Foundation; either version 2.1 of the License, or
8 #  (at your option) any later version.
9
10 prefix=@prefix@
11 exec_prefix=@exec_prefix@
12 libdir=@rootlibdir@
13 #if 0 /// To be able to act as a drop-in replacement, elogind has a systemd subdir
14 # includedir=@includedir@
15 #else
16 includedir=@includedir@/elogind
17 #endif // 0
18
19 Name: elogind
20 Description: elogind Library
21 URL: @PACKAGE_URL@
22 Version: @PACKAGE_VERSION@
23 Libs: -L${libdir} -lelogind
24 Cflags: -I${includedir}