Skip to content

Commit

Permalink
Switch builddir to srcdir
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 20, 2023
1 parent 213ff41 commit 7116175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/libtest/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include $(top_srcdir)/config/commence.am

# Include src, test, and tools/lib directories
AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_builddir)/test -I$(top_srcdir)/tools/lib
AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test -I$(top_srcdir)/tools/lib

# All programs depend on the hdf5, hdf5 test, and h5tools libraries
LDADD=$(LIBH5TOOLS) $(LIBH5TEST) $(LIBHDF5)
Expand Down

0 comments on commit 7116175

Please sign in to comment.