ICU-1227 also change the lib names in Makefile.inc for icuapps and others.

X-SVN-Rev: 5862
This commit is contained in:
Yves Arrouye 2001-09-21 04:29:04 +00:00
parent ac99345a41
commit fde3e9c778

View file

@ -2,7 +2,7 @@
#******************************************************************************
# Copyright (C) 1999-2001, International Business Machines
# Corporation and others. All Rights Reserved.
# $Revision: 1.18 $
# $Revision: 1.19 $
#******************************************************************************
# This Makefile is designed to be included into projects which make use
# of the ICU.
@ -20,7 +20,8 @@ endif
LDFLAGS = @LDFLAGS@ $(RPATHLDFLAGS)
LIBS = @LIBS@
ICUPREFIX = icu
ICULIBS = $(LIBS) -L$(libdir) -l$(ICUPREFIX)uc -l$(ICUPREFIX)i18n
ICULIBSUFFIX = @ICULIBSUFFIX@
ICULIBS = $(LIBS) -L$(libdir) -l$(ICUPREFIX)i18n$(ICULIBSUFFIX) -l$(ICUPREFIX)uc$(ICULIBSUFFIX)
exec_prefix = @exec_prefix@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -104,3 +105,4 @@ ICUDATA_DIR=$(pkgdatadir)
else
ICUDATA_DIR=$(pkglibdir)
endif