gst/extend/Makefile.am: Forgot to add 3 previous files to the Makefile so they get...
authorEdward Hervey <bilboed@bilboed.com>
Tue, 12 Sep 2006 11:16:08 +0000 (11:16 +0000)
committerEdward Hervey <bilboed@bilboed.com>
Tue, 12 Sep 2006 11:16:08 +0000 (11:16 +0000)
Original commit message from CVS:
* gst/extend/Makefile.am:
Forgot to add 3 previous files to the Makefile so they get
installed.

ChangeLog
gst/extend/Makefile.am

index 24bc958..0f24580 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 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>
+
        * gst/extend/jukebox.py:
        * gst/extend/leveller.py:
        * gst/extend/sources.py:
index 37fec06..f1ed499 100644 (file)
@@ -1,4 +1,5 @@
 pkgpyexecdir = $(pyexecdir)/gst-$(GST_MAJORMINOR)/gst/extend
 
 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