summaryrefslogtreecommitdiff
path: root/mount/Makefile.am
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2007-11-28 14:35:24 +0100
committerKarel Zak <kzak@redhat.com>2007-11-28 14:35:24 +0100
commit4e270e3f480c6786d17722ea97ed72d374b66051 (patch)
tree6dedecf19f6a773aecdb49537d6ddab96afdeb4c /mount/Makefile.am
parent4d43977ffcd294e58b9594ce479448fd91f88129 (diff)
downloadutil-linux-old-4e270e3f480c6786d17722ea97ed72d374b66051.tar.gz
mount: cleanup usage of _PATH_*
The macros MOUNTED and MNTTAB are deprecated. This patch standardize and consolidate all path macros and remove mount_paths.h. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/Makefile.am')
-rw-r--r--mount/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mount/Makefile.am b/mount/Makefile.am
index 01643b20..6efc7554 100644
--- a/mount/Makefile.am
+++ b/mount/Makefile.am
@@ -9,7 +9,7 @@ man_MANS = fstab.5 mount.8 swapoff.8 swapon.8 umount.8 losetup.8
utils_common = sundries.c xmalloc.c realpath.c fsprobe.c
headers_common = fstab.h mount_mntent.h mount_constants.h \
- mount_paths.h lomount.h fsprobe.h realpath.h xmalloc.h \
+ lomount.h fsprobe.h realpath.h xmalloc.h \
getusername.h loop.h sundries.h
mount_common = fstab.c mount_mntent.c getusername.c lomount.c \