From 41130f0233dbc9da839810b103540cd792f0d912 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 6 Sep 2003 00:00:07 +0000 Subject: Let people enable ftw, make glob an option, add a new "Big and Tall" top level config menu. --- libc/misc/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libc') diff --git a/libc/misc/Makefile b/libc/misc/Makefile index 875898259..f35337a3b 100644 --- a/libc/misc/Makefile +++ b/libc/misc/Makefile @@ -25,7 +25,7 @@ TOPDIR=../../ include $(TOPDIR)Rules.mak -DIRS = assert ctype dirent file fnmatch glob internals \ +DIRS = assert ctype dirent file fnmatch internals \ mntent syslog time utmp sysvipc statfs \ error ttyent gnu search locale ifeq ($(strip $(UCLIBC_HAS_REGEX)),y) @@ -43,6 +43,12 @@ endif ifeq ($(strip $(UCLIBC_HAS_GETTEXT_AWARENESS)),y) DIRS += intl endif +ifeq ($(strip $(UCLIBC_HAS_FTW)),y) +DIRS += ftw +endif +ifeq ($(strip $(UCLIBC_HAS_GLOB)),y) +DIRS += glob +endif all: libc.a -- cgit v1.2.3