From 81d9263df4990ef6f2f68c8315df8e3ad5878f92 Mon Sep 17 00:00:00 2001 From: Sebastian Ohlmann Date: Mon, 29 Oct 2018 12:17:00 +0100 Subject: [PATCH] add python wrapper files to EXTRA_DIST --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile.am b/Makefile.am index 6584c0e9..b51ed2a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -826,6 +826,12 @@ EXTRA_DIST += \ test/shared/test_scalapack_template.F90 endif +if WITH_PYTHON +EXTRA_DIST += python/pyelpa/__init__.py \ + python/pyelpa/distributedmatrix.py \ + python/pyelpa/wrapper.pyx +endif + LIBTOOL_DEPS = @LIBTOOL_DEPS@ libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status libtool -- GitLab