From 4668c79d49bb2ebf16f5fc10b1a02f21526d11fd Mon Sep 17 00:00:00 2001 From: Eric Mader Date: Tue, 17 Dec 2002 00:03:07 +0000 Subject: [PATCH] ICU-2330 Change LIBS to include common library explicitly X-SVN-Rev: 10694 --- icu4c/source/layout/Makefile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/icu4c/source/layout/Makefile.in b/icu4c/source/layout/Makefile.in index 3fb8e12c4a..4eaeecf65f 100644 --- a/icu4c/source/layout/Makefile.in +++ b/icu4c/source/layout/Makefile.in @@ -40,8 +40,7 @@ DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) CPPFLAGS += -I$(srcdir) -I$(top_builddir)/common -I$(srcdir)/unicode -I$(srcdir)/.. -I$(top_builddir)/common -I$(top_srcdir)/common $(LIBCPPFLAGS) DEFS += -DU_LAYOUT_IMPLEMENTATION -LIBS = $(DEFAULT_LIBS) - +LIBS = $(LIBICUUC) $(DEFAULT_LIBS) OBJECTS = loengine.o \ OpenTypeLayoutEngine.o \