From 89554fe9ef1d29714d7f678dbcc6544af74adf29 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 19 Oct 2023 15:00:02 +0200 Subject: build: no recursive make for "py/Makefile.am" Merge the Makefile.am under "py/" into the toplevel Makefile.am. This is a step in the effort of dropping recursive make. Signed-off-by: Thomas Haller Signed-off-by: Florian Westphal --- py/Makefile.am | 1 - 1 file changed, 1 deletion(-) delete mode 100644 py/Makefile.am (limited to 'py/Makefile.am') diff --git a/py/Makefile.am b/py/Makefile.am deleted file mode 100644 index 76aa082f..00000000 --- a/py/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST = pyproject.toml setup.cfg setup.py src -- cgit v1.2.3