From 17fe008b8f8fe1dde5df3791712a0f908f3f1817 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 26 Oct 2005 15:13:00 +0000 Subject: [PATCH] some build fixes Original commit message from CVS: some build fixes --- configure.ac | 2 +- gst/extend/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f5f5f65..6d7a0d1 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_CONFIG_SRCDIR([gst/gstmodule.c]) AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal -ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS" +AC_SUBST(ACLOCAL_AMFLAGS, "-I common/m4") dnl required versions of other packages AC_SUBST(PYGTK_REQ, 2.6.3) diff --git a/gst/extend/Makefile.am b/gst/extend/Makefile.am index 56f0639..ec2c51f 100644 --- a/gst/extend/Makefile.am +++ b/gst/extend/Makefile.am @@ -1,4 +1,4 @@ -pkgpythondir = $(pythondir)/gst/extend +pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst/extend pygstdir = $(pkgpythondir) pygst_PYTHON = __init__.py pygobject.py utils.py -- 2.7.4