From 0891c64816faaadc8e26f9eebb3205af11323473 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 21 Jun 2000 16:11:21 +0000 Subject: Initial pass at adding unicode support functions. A few things still need Wed Jun 21 12:09:03 2000 Owen Taylor * gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h Makefile.am glib.h: Initial pass at adding unicode support functions. A few things still need to be implemented, a bit of cleanup needs to be done, tests need to be added, and the docs need to be finished, but this should allow replacing most or all use of libunicode. --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index b3c4d7970..94aa00b2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -62,9 +62,14 @@ libglib_la_SOURCES = \ gthreadpool.c \ gtimer.c \ gtree.c \ + guniprop.c \ + gutf8.c \ + gunichartable.h \ + gunidecomp.h \ + gunidecomp.c \ gutils.c -include_HEADERS = glib.h glib-object.h +include_HEADERS = glib.h glib-object.h gunicode.h configexecincludedir = $(pkglibdir)/include #configexecinclude_DATA = glibconfig.h -- cgit v1.2.3