From c0edb20379498fd89956914979eecf61ae5a5c89 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Wed, 22 Oct 2008 00:54:14 -0400 Subject: fix more distcheck issues --- stereo/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'stereo') 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) -- cgit