aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2015-07-11 23:05:57 -0400
committerTheodore Ts'o <tytso@mit.edu>2015-07-12 16:09:22 -0400
commitf34af41b72ed8ca29b4579a8967ced7b61924c71 (patch)
treeb94203546767dd94a728c11ae7e6e3782d8a02aa /Makefile.in
parent9e8fcd6e01c298ead62aafc7f7ba342a59c9b0e8 (diff)
downloadandroid_external_e2fsprogs-f34af41b72ed8ca29b4579a8967ced7b61924c71.tar.gz
android_external_e2fsprogs-f34af41b72ed8ca29b4579a8967ced7b61924c71.tar.bz2
android_external_e2fsprogs-f34af41b72ed8ca29b4579a8967ced7b61924c71.zip
rename libquota.a to libsupport.a
We will be using libsupport.a for e2fsprogs's internal support functions. It will contain the quota support functions, but we will also be moving code such as profile.c and plausible.c to libsupport. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index eedf7571..a2e1756b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -13,9 +13,9 @@ INSTALL = @INSTALL@
@DEBUGFS_CMT@DEBUGFS_DIR= debugfs
@UUID_CMT@UUID_LIB_SUBDIR= lib/uuid
@BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
-QUOTA_LIB_SUBDIR= lib/quota
+SUPPORT_LIB_SUBDIR= lib/support
-LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl
+LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) lib/ext2fs intl
PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests