Skip to content

Commit

Permalink
fix make check
Browse files Browse the repository at this point in the history
  • Loading branch information
aalex committed Mar 5, 2012
1 parent 540d7f4 commit 7609be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Expand Up @@ -9,7 +9,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/include \
-I$(top_srcdir)/src/tinyxml

LDADD = $(top_builddir)/src/spin/libSPIN.la
LDADD = $(top_builddir)/src/spin/libspin_@SPIN_API_VERSION@.la

AM_LDFLAGS = \
$(BOOST_FILESYSTEM_LIB) \
Expand Down

0 comments on commit 7609be2

Please sign in to comment.