summaryrefslogtreecommitdiff
path: root/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am23
1 files changed, 16 insertions, 7 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index bd990a61c..b4e8b3029 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -1,9 +1,18 @@
-if MU_COND_PYTHON2
- SUBDIRS = 2
-endif
+## This file is part of GNU Mailutils.
+## Copyright (C) 2009-2024 Free Software Foundation, Inc.
+##
+## GNU Mailutils is free software; you can redistribute it and/or
+## modify it under the terms of the GNU General Public License as
+## published by the Free Software Foundation; either version 3, or (at
+## your option) any later version.
+##
+## GNU Mailutils is distributed in the hope that it will be useful, but
+## WITHOUT ANY WARRANTY; without even the implied warranty of
+## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+## General Public License for more details.
+##
+## You should have received a copy of the GNU General Public License
+## along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
-if MU_COND_PYTHON3
- SUBDIRS = 3
-endif
+SUBDIRS = libmu_py mailutils
-EXTRA_DIST=usercustomize.py

Return to:

Send suggestions and report system problems to the System administrator.