Skip to content

Commit d750c05

Browse files
committed
Fixed make distcheck
1 parent 8086c20 commit d750c05

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ qmckl_h = include/qmckl.h
4848
qmckl_f = include/qmckl_f.F90
4949
qmckl_fo = include/qmckl_f.o
5050
include_HEADERS = $(qmckl_h) $(qmckl_f)
51+
test_headers = include/chbrclf.h include/n2.h
5152

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

@@ -76,7 +77,7 @@ ln_s_verbose_0 = @echo " LN_S $<";
7677

7778
# Include Guix manifest in the source code distribution tarball
7879
tools_qmckl_scm = tools/qmckl.scm
79-
EXTRA_DIST += $(tools_qmckl_scm)
80+
EXTRA_DIST += $(tools_qmckl_scm) $(test_headers)
8081

8182
# Documentation rules
8283
if HAVE_DOC

0 commit comments

Comments
 (0)