We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8086c20 commit d750c05Copy full SHA for d750c05
Makefile.am
@@ -48,6 +48,7 @@ qmckl_h = include/qmckl.h
48
qmckl_f = include/qmckl_f.F90
49
qmckl_fo = include/qmckl_f.o
50
include_HEADERS = $(qmckl_h) $(qmckl_f)
51
+test_headers = include/chbrclf.h include/n2.h
52
53
QMCKL_TEST_DIR = $(abs_srcdir)/share/qmckl/test_data/
54
@@ -76,7 +77,7 @@ ln_s_verbose_0 = @echo " LN_S $<";
76
77
78
# Include Guix manifest in the source code distribution tarball
79
tools_qmckl_scm = tools/qmckl.scm
-EXTRA_DIST += $(tools_qmckl_scm)
80
+EXTRA_DIST += $(tools_qmckl_scm) $(test_headers)
81
82
# Documentation rules
83
if HAVE_DOC
0 commit comments