diff options
| author | Justus Winter <[email protected]> | 2016-07-11 17:42:56 +0000 | 
|---|---|---|
| committer | Justus Winter <[email protected]> | 2016-07-11 17:42:56 +0000 | 
| commit | ce662891373eba6cce1cf8df516cb2370970737e (patch) | |
| tree | 02c0b363d1e658ec7864a1b7915b6b92a640ba12 /lang/python | |
| parent | m4: Add compile / link check for qt (diff) | |
| download | gpgme-ce662891373eba6cce1cf8df516cb2370970737e.tar.gz gpgme-ce662891373eba6cce1cf8df516cb2370970737e.zip | |
python: Fix distcheck.
* lang/python/Makefile.am (EXTRA_DIST): Add missing files.
Signed-off-by: Justus Winter <[email protected]>
Diffstat (limited to '')
| -rw-r--r-- | lang/python/Makefile.am | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | 
