[gbrainy] Fix make distcheck
- From: Jordi Mas <jmas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy] Fix make distcheck
- Date: Wed, 2 Jan 2013 19:58:40 +0000 (UTC)
commit 3ea12ca1530b054d74a13fcc6207e6568e6cde55
Author: Jordi Mas <jmas softcatala org>
Date: Wed Jan 2 21:00:54 2013 +0100
Fix make distcheck
data/Makefile.am | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index 0beaa2f..f1810b3 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -6,6 +6,7 @@ pixmap_DATA = app-graphics/gbrainy.png \
analogiesdir = $(datadir)/games/gbrainy
themesdir = $(datadir)/games/gbrainy
+soundsdir = $(datadir)/games/gbrainy
hicolordir = $(datadir)/icons/hicolor
datafiles = $(datadir)/games/gbrainy
@@ -67,8 +68,8 @@ themes_DATA = \
themes/classic_background.svg \
themes/notebook_background.svg
-sounds_files = \
- sounds/right.oga \
+sounds_DATA = \
+ sounds/right.oga \
sounds/wrong.oga
@@ -120,4 +121,4 @@ noinst_DATA =
DISTCLEANFILES = $(desktop_files)
-EXTRA_DIST = $(pixmap_DATA) $(tango_icons) $(man_MANS) $(analogies_DATA) $(desktop_in_files) $(themes_DATA) $(sounds_files) gbrainy.pc.in
+EXTRA_DIST = $(pixmap_DATA) $(tango_icons) $(man_MANS) $(analogies_DATA) $(desktop_in_files) $(themes_DATA) $(sounds_DATA) gbrainy.pc.in
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]