From 2c3a5d93e78cfca22785e51c5a65184a47da4bff Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Wed, 18 May 2016 13:17:59 +0200 Subject: python: Various fixes. * configure.ac: Fix SWIG detection, bump required Python version. * lang/python/Makefile.am: Portability fix. Signed-off-by: Justus Winter --- lang/python/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang') diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 308fcd03..86c19659 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -26,7 +26,7 @@ gpgme.h: ../../src/gpgme.h # For VPATH builds we need to copy some files because Python's # distutils are not VPATH-aware. copystamp: $(srcdir)/pyme $(srcdir)/helpers.c $(srcdir)/helpers.h - if test "$(srcdir)" != "$(builddir)" ; then cp -a $^ . ; fi + if test "$(srcdir)" != "$(builddir)" ; then cp -r $^ . ; fi touch $@ gpgme_wrap.c pyme/pygpgme.py: gpgme.i gpgme.h copystamp -- cgit v1.2.3