aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndre Heinecke <[email protected]>2019-05-06 14:08:26 +0000
committerAndre Heinecke <[email protected]>2019-05-06 14:08:26 +0000
commitf9c923bb2d87711235312e8085964372d7480ce4 (patch)
tree89d621ea1af41f6d857a4201e557a2b92473dae6 /configure.ac
parentPython, doc: Minor style improvement (diff)
downloadgpgme-f9c923bb2d87711235312e8085964372d7480ce4.tar.gz
gpgme-f9c923bb2d87711235312e8085964372d7480ce4.zip
python: Make EXTRA_DIST files explicit
* configure.ac: Configure new Makefiles. * lang/python/Makefile.am: Remove dirs from extra dist and use subdirs. * lang/python/examples/Makefile.am, lang/python/src/Makefile.am, lang/python/doc/Makefile.am: New. Files that list EXTRA_DIST files. -- This is similar to what lang/js does by explicitly listing the files. This ensures that we have clean distribution tarballs without accidentall additions that just lay in the directory. GnuPG-Bug-Id: T4481
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d69cc82d..9c6767f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -922,7 +922,10 @@ AC_CONFIG_FILES([lang/js/Makefile lang/js/src/Makefile
AC_CONFIG_FILES(lang/qt/doc/Makefile)
AC_CONFIG_FILES([lang/python/Makefile
lang/python/version.py
- lang/python/tests/Makefile])
+ lang/python/tests/Makefile
+ lang/python/src/Makefile
+ lang/python/examples/Makefile
+ lang/python/doc/Makefile])
AC_CONFIG_FILES([lang/python/setup.py], [chmod a+x lang/python/setup.py])
AC_OUTPUT