Use correct autoconf variable

Use LIBT_CURRENT_MINUS_AGE instead of the undefined
lt_current_minus_age for the name of the DLL when generating the MS
style import library.
This commit is contained in:
Tor Lillqvist 2009-11-18 21:54:39 +02:00
parent 1845f3100d
commit bb8fdae8ad
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ if MS_LIB_AVAILABLE
noinst_DATA = fontconfig.lib
fontconfig.lib : libfontconfig.la
lib -name:libfontconfig-$(lt_current_minus_age).dll -def:fontconfig.def -out:$@
lib -name:libfontconfig-@LIBT_CURRENT_MINUS_AGE@.dll -def:fontconfig.def -out:$@
install-ms-import-lib:
$(INSTALL) fontconfig.lib $(DESTDIR)$(libdir)