X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=519bda7ced2f7775c0d3934fb9e26f3156623e4a;hb=3eb76554ef1f2f218f8920d9a8b8fb4ba6b21d66;hp=da52cfa32a968bcb7f153b0474f8d3476c854b5d;hpb=11400fde901e1c7a6d3c3887f322af66374793c2;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index da52cfa..519bda7 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