install in pyexecdir as well

Original commit message from CVS:

* configure.ac:
* gst/Makefile.am:
* gst/extend/Makefile.am:
install in pyexecdir as well
This commit is contained in:
Thomas Vander Stichele 2005-12-22 15:56:41 +00:00
parent 2986e09cfe
commit 915b66d2f1
4 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:
* gst/Makefile.am:
* gst/extend/Makefile.am:
install in pyexecdir as well
2005-12-22 Thomas Vander Stichele <thomas at apestaart dot org>
* pygst.py.in: give the correct error when not finding the version

View file

@ -8,7 +8,7 @@ dnl AM_MAINTAINER_MODE only provides the option to configure to enable it
AM_MAINTAINER_MODE
dnl when going to/from release please set the nano (fourth number) right !
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 2,
AS_VERSION(gst-python, PYGST_VERSION, 0, 10, 0, 3,
GST_CVS="no", GST_CVS="yes")
AM_INIT_AUTOMAKE($PACKAGE, $VERSION)

View file

@ -2,10 +2,11 @@ common_cflags = $(PYGTK_CFLAGS) $(GST_CFLAGS) $(PYGST_CFLAGS) -fno-strict-aliasi
common_libadd = $(GST_LIBS)
common_ldflags = -module -avoid-version
pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst
pygstdir = $(pkgpythondir)
# we install everything in pyexecdir; otherwise you end up with a mess for
# multilib
pygstdir = $(pkgpyexecdir)
pygst_PYTHON = __init__.py
pygstexecdir = $(pkgpyexecdir)

View file

@ -1,4 +1,4 @@
pkgpythondir = $(pythondir)/gst-$(GST_MAJORMINOR)/gst/extend
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst/extend
pygstdir = $(pkgpythondir)
pygstdir = $(pkgpyexecdir)
pygst_PYTHON = __init__.py pygobject.py utils.py discoverer.py