fixes for building outside source tree

This commit is contained in:
2013-05-02 14:14:26 +00:00
parent 78078c322e
commit f17f1d028c
9 changed files with 43 additions and 57 deletions
+8 -8
View File
@@ -1,16 +1,16 @@
# test level Makefile.am
AM_CPPFLAGS = -I$(top_srcdir)/src/include @AM_CPPFLAGS@
AM_LDFLAGS += -L${abs_top_builddir}/src/lib
OBJEXT=o
LDADD =
LDADD += -lH5hut
AM_CPPFLAGS = -I../src/include @AM_CPPFLAGS@
noinst_PROGRAMS =
LDADD = \
../src/lib/libH5hut.a
noinst_PROGRAMS = @BUILD_TESTS@
if ENABLE_C
noinst_PROGRAMS += h5u_test h5b_test h5_attach_test
endif
TESTS_ENVIRONMENT = env LD_LIBRARY_PATH=@HDF5_PREFIX@/lib:$(LD_LIBRARY_PATH)
TESTS = @BUILD_TESTS@
EXTRA_PROGRAMS = h5u_test h5b_test h5_attach_test