summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index d5371fb..21590af 100644
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,6 @@ HDRS = \
include/u8c/end.h \
include/u8c/fmt.h \
include/u8c/fmttyp.h \
- include/u8c/freeu32.h \
- include/u8c/freeu8.h \
include/u8c/geterr.h \
include/u8c/init.h \
include/u8c/isalnum.h \
@@ -60,9 +58,11 @@ HDRS = \
include/u8c/txt.h \
include/u8c/u32cmp.h \
include/u8c/u32cp.h \
+ include/u8c/u32free.h \
include/u8c/u32sz.h \
include/u8c/u8dec.h \
include/u8c/u8enc.h \
+ include/u8c/u8free.h \
include/u8c/ver.h \
include/u8c/vfmt.h \
include/u8c/vprint.h