X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=da52cfa32a968bcb7f153b0474f8d3476c854b5d;hp=2928f982cac19652b3dcbc3683a452995e2d586a;hb=11400fde901e1c7a6d3c3887f322af66374793c2;hpb=9a3c4a62398d9f0c553ac2b5f43a3eefafd7bac5 diff --git a/python/Makefile.am b/python/Makefile.am index 2928f98..da52cfa 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -15,6 +15,9 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# Old RHEL 5 autoconf doesn't have builddir. +builddir ?= $(top_builddir)/python + EXTRA_DIST = \ guestfs.py \ guestfs-py.c \