fix makefile
authorThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:10:48 +0000 (10:10 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sat, 1 Apr 2006 10:10:48 +0000 (10:10 +0000)
Original commit message from CVS:
fix makefile

examples/Makefile.am

index 86dfd5e..4d604fd 100644 (file)
@@ -15,6 +15,6 @@ examples_DATA =       \
        remuxer.py      \
        sinkelement.py  \
        vorbisplay.py   \
-       vumeter.py      \
+       vumeter.py
 
 EXTRA_DIST = $(examples_DATA)