From 2844e4ebd8ffc596b01435680e168b5ebe74b493 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sat, 1 Apr 2006 10:10:48 +0000 Subject: [PATCH] fix makefile Original commit message from CVS: fix makefile --- examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index 86dfd5ed10..4d604fd08a 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -15,6 +15,6 @@ examples_DATA = \ remuxer.py \ sinkelement.py \ vorbisplay.py \ - vumeter.py \ + vumeter.py EXTRA_DIST = $(examples_DATA)