fix too many libraries being requested (obs from Paulo Moura).

This commit is contained in:
Vitor Santos Costa 2010-07-29 22:44:21 +01:00
parent e7c7483588
commit b95e0ae629
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ LN_S=@LN_S@
CC=@CC@
CFLAGS= @SHLIB_CFLAGS@ $(YAP_EXTRAS) $(DEFS) -D_YAP_NOT_INSTALLED_=1 -I$(srcdir) -I../.. -I$(srcdir)/../../include @CPPFLAGS@
MKINDEX=true
LIBS=@LIBS@ @ZLIBS@
LIBS=@ZLIBS@
SO=@SO@