Index: ChangeLog
from Damien Thivolle <damien(a)lrde.epita.fr>
* tests/check/Makefile.runtests: Modify compilation flags.
Makefile.runtests | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: tests/check/Makefile.runtests
--- tests/check/Makefile.runtests (revision 208)
+++ tests/check/Makefile.runtests (working copy)
@@ -6,7 +6,7 @@
CPPFLAGS_RUNTESTS = $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
-I$(top_builddir) -I$(srcdir) -I.
CXXFLAGS_RUNTESTS = $(CXXFLAGS) $(AM_CXXFLAGS)
-LDADD_RUNTESTS = ../check/libolncheck.a $(ZLIB_LDFLAGS)
+LDADD_RUNTESTS = ../check/libolncheck.a $(ZLIB_LDFLAGS) $(FITSIO2_LDFLAGS)
check-runtests:
TOP_SRCDIR=$(top_srcdir) SRCDIR=$(srcdir) \