mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get installed.
Original commit message from CVS: * gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get installed.
This commit is contained in:
parent
de855398a5
commit
077452cf30
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
2006-09-12 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/extend/Makefile.am:
|
||||||
|
Forgot to add 3 previous files to the Makefile so they get
|
||||||
|
installed.
|
||||||
|
|
||||||
2006-09-12 Edward Hervey <edward@fluendo.com>
|
2006-09-12 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/extend/jukebox.py:
|
* gst/extend/jukebox.py:
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst/extend
|
pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst/extend
|
||||||
|
|
||||||
pygstdir = $(pkgpyexecdir)
|
pygstdir = $(pkgpyexecdir)
|
||||||
pygst_PYTHON = __init__.py pygobject.py utils.py discoverer.py
|
pygst_PYTHON = __init__.py pygobject.py utils.py discoverer.py sources.py \
|
||||||
|
leveller.py jukebox.py
|
||||||
|
|
Loading…
Reference in a new issue