From 0e6409a158d9dd76a31b9eccf7c4f26c5466d082 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 21 Jun 2000 16:13:42 +0000 Subject: Remove tests for libunicode Wed Jun 21 12:11:56 2000 Owen Taylor * configure.in: Remove tests for libunicode * pango/utils.[ch]: Removed. The functions from here are now in GLib. * **.[ch]: Removed use of libunicode and utils.c in favor of Unicode functions in GLib. Requires latest GLib from CVS. --- pango/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pango/Makefile.am') diff --git a/pango/Makefile.am b/pango/Makefile.am index 5cd9e019..ea86de71 100644 --- a/pango/Makefile.am +++ b/pango/Makefile.am @@ -21,9 +21,7 @@ libpango_la_SOURCES = \ pango-item.c \ pango-layout.c \ reorder-items.c \ - shape.c \ - utils.c \ - utils.h + shape.c libpangox_la_SOURCES = \ pangox.c \ -- cgit v1.2.1