python: Fix python sdist.

Fixes commit d45986d21b.
This commit is contained in:
Richard W.M. Jones
2017-02-28 20:52:40 +00:00
parent cc79d0c0c6
commit c4106d34cb
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -475,6 +475,7 @@ Makefile.in
/python/actions.h
/python/bindtests.py
/python/build
/python/c-ctype.h
/python/config.h
/python/dist
/python/examples/guestfs-python.3

View File

@@ -16,6 +16,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
include actions.h
include c-ctype.h
include config.h
include guestfs-internal-all.h
include guestfs-internal-frontend-cleanups.h