aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2003-05-03 16:35:17 -0400
committerTheodore Ts'o <tytso@mit.edu>2003-05-03 16:35:17 -0400
commita04eba3f8868af1d9b7b504d3d430c55ed3dc777 (patch)
tree7389d1d2b468467d78be7c623ecc7f7836ed724d /Makefile.in
parent05a27b1d34fc566a3f11b086a4f6e7b7888b5406 (diff)
downloadandroid_external_e2fsprogs-a04eba3f8868af1d9b7b504d3d430c55ed3dc777.tar.gz
android_external_e2fsprogs-a04eba3f8868af1d9b7b504d3d430c55ed3dc777.tar.bz2
android_external_e2fsprogs-a04eba3f8868af1d9b7b504d3d430c55ed3dc777.zip
Update to gettext 0.11.5. We now enable NLS support by default.
Fixed up support for using the internal intl library.
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 cd0c2fc5..0d6b1ccf 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -11,7 +11,7 @@ INSTALL = @INSTALL@
@DEBUGFS_CMT@DEBUGFS_DIR= debugfs
@LINUX_CMT@EVMS_DIR= lib/evms
-LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/ext2fs lib/uuid lib/blkid
+LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/ext2fs lib/uuid lib/blkid intl
PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs $(EVMS_DIR)
SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests