]> git.ipfire.org Git - thirdparty/util-linux.git/blob - libmount/mount.pc.in
hwclock: report rtc open() errors on --verbose
[thirdparty/util-linux.git] / libmount / mount.pc.in
1 # SPDX-License-Identifier: LGPL-2.1-or-later
2 #
3 # This file is part of libmount from util-linux project.
4 #
5 # Copyright (C) 2008-2018 Karel Zak <kzak@redhat.com>
6 #
7 # libmount is free software; you can redistribute it and/or modify it
8 # under the terms of the GNU Lesser General Public License as published by
9 # the Free Software Foundation; either version 2.1 of the License, or
10 # (at your option) any later version.
11 #
12 prefix=@prefix@
13 exec_prefix=@exec_prefix@
14 libdir=@usrlib_execdir@
15 includedir=@includedir@
16
17 Name: mount
18 Description: mount library
19 Version: @LIBMOUNT_VERSION@
20 Requires.private: blkid
21 Cflags: -I${includedir}/libmount
22 Libs: -L${libdir} -lmount