From ce662891373eba6cce1cf8df516cb2370970737e Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Mon, 11 Jul 2016 19:42:56 +0200 Subject: [PATCH] python: Fix distcheck. * lang/python/Makefile.am (EXTRA_DIST): Add missing files. Signed-off-by: Justus Winter --- lang/python/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am index 89b1c28c..eecc7d4c 100644 --- a/lang/python/Makefile.am +++ b/lang/python/Makefile.am @@ -18,9 +18,11 @@ EXTRA_DIST = \ README \ + MANIFEST.in \ gpgme.i \ helpers.c helpers.h \ gpgme-h-clean.py \ + examples \ pyme SUBDIRS = tests