summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2011-01-19 23:51:12 +0100
committerKarel Zak2011-01-22 00:27:26 +0100
commit2a1f429ad01dc00cd73f1f9ca39e6920687ea414 (patch)
treed5d3989e449fe092f4aa6bef05323818540c19f2 /config
parentlibmount: split mnt_context_do_mount() (diff)
downloadkernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.tar.gz
kernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.tar.xz
kernel-qcow2-util-linux-2a1f429ad01dc00cd73f1f9ca39e6920687ea414.zip
libmount: rename mount.h to libmount.h
The mount.h file name is too generic. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index e7dbd34e4..b9caad5ab 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -37,7 +37,7 @@ ul_libmount_srcdir = $(top_srcdir)/shlibs/mount/src
ul_libmount_builddir = $(top_builddir)/shlibs/mount/src
ul_libmount_la = $(top_builddir)/shlibs/mount/src/libmount.la
-# mount.h is generated by ./configure script and stored in build directory
+# libmount.h is generated by ./configure script and stored in build directory
ul_libmount_incdir = $(ul_libmount_builddir)
$(ul_libmount_la):