Skip to content

Commit

Permalink
Fix the use of linbox.la
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementPernet committed Apr 8, 2016
1 parent 80e89d8 commit 4e7c47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Expand Up @@ -42,7 +42,7 @@ SUBDIRS = data matrix

AM_CPPFLAGS+= -I$(top_srcdir)/linbox $(DEPS_CFLAGS)
LDADD = $(DEPS_LIBS) $(LDFLAGS)
LDADD += $(top_builddir)/linbox/liblinbox.la
AM_LDFLAGS = $(top_builddir)/linbox/liblinbox.la
# AM_LDFLAGS+=-static -Wl,-rpath -Wl,

EXTRA_DIST = \
Expand Down

0 comments on commit 4e7c47e

Please sign in to comment.