diff --git a/Makefile.am b/Makefile.am index 6584c0e941f677315bb710d9985a7513e8b4b5d8..b51ed2a33820cb5373e27cca7a4943b39d1aba57 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