chiark / gitweb /
0a3686aa1819bff230e159100216ed0729df0a10
[elogind.git] / src / libsystemd-bus / libsystemd-bus.pc.in
1 #  This file is part of systemd.
2 #
3 #  systemd 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=@libdir@
11 includedir=@includedir@
12
13 Name: systemd
14 Description: systemd Bus and Event Loop Library
15 URL: @PACKAGE_URL@
16 Version: @PACKAGE_VERSION@
17 Requires: libsystemd-id128 = @PACKAGE_VERSION@
18 Libs: -L${libdir} -lsystemd-bus
19 Cflags: -I${includedir}