Skip to content

Commit

Permalink
Fixed make distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
scemama committed Dec 13, 2024
1 parent 8086c20 commit d750c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ qmckl_h = include/qmckl.h
qmckl_f = include/qmckl_f.F90
qmckl_fo = include/qmckl_f.o
include_HEADERS = $(qmckl_h) $(qmckl_f)
test_headers = include/chbrclf.h include/n2.h

QMCKL_TEST_DIR = $(abs_srcdir)/share/qmckl/test_data/

Expand Down Expand Up @@ -76,7 +77,7 @@ ln_s_verbose_0 = @echo " LN_S $<";

# Include Guix manifest in the source code distribution tarball
tools_qmckl_scm = tools/qmckl.scm
EXTRA_DIST += $(tools_qmckl_scm)
EXTRA_DIST += $(tools_qmckl_scm) $(test_headers)

# Documentation rules
if HAVE_DOC
Expand Down

0 comments on commit d750c05

Please sign in to comment.