diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-08 10:00:34 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-08 10:00:34 +0000 |
commit | a482b5a5959240f5d196b32c4833ac48a03c02c3 (patch) | |
tree | 7792121005bdfc6a65efc4ed0e5dd53ae6796a17 /Makefile | |
parent | 4ca84cff3b3e184164acde81deaad1fe52eabd14 (diff) | |
download | glibc-a482b5a5959240f5d196b32c4833ac48a03c02c3.tar.gz glibc-a482b5a5959240f5d196b32c4833ac48a03c02c3.tar.xz glibc-a482b5a5959240f5d196b32c4833ac48a03c02c3.zip |
* Makefile (subdirs): Added wcsmbs. cvs/libc-960208
* wcsmbs: New directory of wide char/multibyte char functions from drepper.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 260254a87b..0042e78052 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ endif # These are the subdirectories containing the library source. subdirs = csu assert ctype db locale intl math setjmp signal stdlib \ - stdio-common $(stdio) malloc string time dirent grp pwd \ + stdio-common $(stdio) malloc string wcsmbs time dirent grp pwd\ posix io termios resource misc socket sysvipc gmon gnulib \ $(wildcard crypt) manual $(sysdep-subdirs) elf export subdirs := $(subdirs) # Benign, useless in GNU make before 3.63. |