diff options
Diffstat (limited to 'lang')
| -rw-r--r-- | lang/python/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
