From 32ac660d6aef330071f915487bc048f0246b9da4 Mon Sep 17 00:00:00 2001 From: Sergey Kosukhin <sergey.kosukhin@mpimet.mpg.de> Date: Wed, 15 Jan 2025 16:38:46 +0100 Subject: [PATCH] autotools: fix make dist --- python/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/Makefile.am b/python/Makefile.am index e08e7fa2..7b2cc72a 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -3,7 +3,8 @@ # SPDX-License-Identifier: BSD-3-Clause # -pkgpyexec_PYTHON = mtime/__init__.py mtime/_mtime.py +pkgpyexec_PYTHON = mtime/__init__.py +nodist_pkgpyexec_PYTHON = mtime/_mtime.py pkgpyexec_LTLIBRARIES = mtime/__mtime.la mtime___mtime_la_SOURCES = -- GitLab