X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=519bda7ced2f7775c0d3934fb9e26f3156623e4a;hp=2928f982cac19652b3dcbc3683a452995e2d586a;hb=14490c3e1aac61c6ac90f28828896683f64f0dc9;hpb=349814e9d912c4f372b8fbdfb10b03749911021f diff --git a/python/Makefile.am b/python/Makefile.am index 2928f98..519bda7 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -15,10 +15,18 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -EXTRA_DIST = \ - guestfs.py \ +# Old RHEL 5 autoconf doesn't have builddir. +builddir ?= $(top_builddir)/python + +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