X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;ds=sidebyside;f=python%2FMakefile.am;h=da52cfa32a968bcb7f153b0474f8d3476c854b5d;hb=005c82b8b89c50f9fb606ce3f5855a0c9b7b1c23;hp=2928f982cac19652b3dcbc3683a452995e2d586a;hpb=349814e9d912c4f372b8fbdfb10b03749911021f;p=libguestfs.git 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 \