Skip to content
Snippets Groups Projects

enable out of source builds

Merged Ghost User requested to merge qa/out_of_source_build into master
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
+ 1
1
@@ -19,7 +19,7 @@
MYFLAGS = -DTIMER
# Add the source directory and debug to CFLAGS
AM_CFLAGS = -I../src $(HDF5_CPPFLAGS)
AM_CFLAGS = -I$(top_srcdir)/src $(HDF5_CPPFLAGS)
AM_LDFLAGS = $(HDF5_LDFLAGS)
Loading