summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorRichard Jones <rjones@centos5x32.home.annexia.org>2009-07-07 17:33:09 +0100
committerRichard Jones <rjones@centos5x32.home.annexia.org>2009-07-07 17:33:09 +0100
commit11400fde901e1c7a6d3c3887f322af66374793c2 (patch)
tree11646ddb2ae0e7f7f510d1c7393df2ed4e13a98c /python
parent9a3c4a62398d9f0c553ac2b5f43a3eefafd7bac5 (diff)
downloadlibguestfs-11400fde901e1c7a6d3c3887f322af66374793c2.tar.gz
libguestfs-11400fde901e1c7a6d3c3887f322af66374793c2.tar.xz
libguestfs-11400fde901e1c7a6d3c3887f322af66374793c2.zip
RHEL 5: $(builddir) did not exist with this old autoconf/automake, so workaround.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 2928f982..da52cfa3 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 \