summaryrefslogtreecommitdiffstats
path: root/stereo
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2008-10-22 00:54:14 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2008-10-22 00:54:14 -0400
commitc0edb20379498fd89956914979eecf61ae5a5c89 (patch)
tree3f6a6bacb303eb83fb966ac610eaf1c96ae1361a /stereo
parent141b673bfc2ee5dc9627820e344f9afd5a3f84fb (diff)
fix more distcheck issues
Diffstat (limited to 'stereo')
-rw-r--r--stereo/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/stereo/Makefile.am b/stereo/Makefile.am
index d2af38c..cce4ad0 100644
--- a/stereo/Makefile.am
+++ b/stereo/Makefile.am
@@ -45,5 +45,14 @@ sound_DATA = \
window-slide.ogg \
$(NULL)
+EXTRA_DIST = \
+ $(sound_DATA) \
+ $(NULL)
+
DISTCLEANFILES = \
$(NULL)
+
+MAINTAINERCLEANFILES = \
+ *~ \
+ Makefile.in \
+ $(NULL)