From: Theodore Ts'o Date: Wed, 23 Oct 2013 16:51:32 +0000 (-0400) Subject: Fix noquota build X-Git-Tag: v1.42.9~116 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=147ba43de8aab8323e23f383216ff416c4314226;p=tools%2Fe2fsprogs.git Fix noquota build We need to build libquota even if the quota code is disabled. This fixes a build regression introduced by commit 43075b42bd: 'quota: fix disabling quota, add quota tests". Signed-off-by: "Theodore Ts'o" --- diff --git a/Makefile.in b/Makefile.in index 95cbf1b..ef79482 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,7 +26,7 @@ export CHECK_CMD @DEBUGFS_CMT@DEBUGFS_DIR= debugfs @UUID_CMT@UUID_LIB_SUBDIR= lib/uuid @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid -@QUOTA_CMT@QUOTA_LIB_SUBDIR= lib/quota +QUOTA_LIB_SUBDIR= lib/quota LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po