aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lang/python/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 0ac1dd01..3651db98 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -20,7 +20,7 @@ EXTRA_DIST = \
README \
MANIFEST.in \
gpgme.i \
- helpers.c helpers.h \
+ helpers.c helpers.h private.h \
gpgme-h-clean.py \
examples \
pyme
@@ -34,7 +34,7 @@ COPY_FILES = \
$(srcdir)/gpgme-h-clean.py \
$(srcdir)/pyme \
$(srcdir)/examples \
- $(srcdir)/helpers.c $(srcdir)/helpers.h
+ $(srcdir)/helpers.c $(srcdir)/helpers.h $(srcdir)/private.h
# For VPATH builds we need to copy some files because Python's
# distutils are not VPATH-aware.