aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2014-05-23 10:28:04 -0400
committerTheodore Ts'o <tytso@mit.edu>2014-05-27 12:14:27 -0400
commitceff962c67f19724e6fffe92adfdfff0cd462722 (patch)
treec6d37c1e164b9eed75448aaa9f21999dcd3a5c6f /Makefile.in
parent7133644eec17768ceddcbc97d42d3b242ab692e3 (diff)
downloadandroid_external_e2fsprogs-ceff962c67f19724e6fffe92adfdfff0cd462722.tar.gz
android_external_e2fsprogs-ceff962c67f19724e6fffe92adfdfff0cd462722.tar.bz2
android_external_e2fsprogs-ceff962c67f19724e6fffe92adfdfff0cd462722.zip
tst_libext2fs: add new debug program which used for libext2fs unit tests
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cf129db3..f5727a80 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -15,7 +15,7 @@ INSTALL = @INSTALL@
@BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
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
+LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl
PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests