diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index da52cfa3..519bda7c 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -18,10 +18,15 @@ # Old RHEL 5 autoconf doesn't have builddir. builddir ?= $(top_builddir)/python -EXTRA_DIST = \ - guestfs.py \ +include $(top_srcdir)/subdir-rules.mk + +generator_built = \ guestfs-py.c \ - bindtests.py \ + guestfs.py \ + bindtests.py + +EXTRA_DIST = \ + $(generator_built) \ run-bindtests \ run-python-tests \ t/*.py |