diff options
Diffstat (limited to 'ctype/Makefile')
-rw-r--r-- | ctype/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ctype/Makefile b/ctype/Makefile index 7bfc928425..8a41f9c499 100644 --- a/ctype/Makefile +++ b/ctype/Makefile @@ -19,6 +19,9 @@ # Sub-makefile for ctype portion of the library. # subdir := ctype + +include ../Makeconfig + headers := ctype.h routines := ctype ctype-extn ctype_l isctype |