Removed $(FLIBS) from linking.

This commit is contained in:
Joakim Hove 2012-06-28 16:19:16 +02:00
parent c437eba207
commit 9e885dc705

View File

@ -45,5 +45,5 @@ noinst_PROGRAMS += spu_2p
spu_2p_SOURCES = spu_2p.cpp
spu_2p_LDADD = \
$(LDADD) \
$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS) $(FLIBS)
$(LAPACK_LIBS) $(BLAS_LIBS) $(LIBS)
endif