summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMarc-Andre Lureau <marcandre.lureau@gmail.com>2008-02-11 16:30:07 +0200
committerMarc-Andre Lureau <marcandre.lureau@gmail.com>2008-02-11 16:30:07 +0200
commit9add78fb7bb46a49570dc630ac1905836d2bd46d (patch)
tree2970d576be4a84bc3f39468e99f3f9ccbf80f463 /Makefile.in
parent511a50e73f592a92b7d1892a515cbbfa91eace78 (diff)
localizable sounds and lookup updated
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 1e0a92a..1a2e9fd 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -9,9 +9,8 @@ INSTALL_DATA = @INSTALL_DATA@
distdir = $(PACKAGE)-$(VERSION)
FILES = README Makefile.in configure.ac configure install-sh index.theme ChangeLog COPYING
-SOUND_SYSTEM = 2 5.1
-SOUND_CONTEXTS = alert notification support
-SOUND_LOCALE = en
+SOUND_SYSTEM = stereo 5.1
+SOUND_CONTEXTS = alert games notification support
all:
@:
@@ -22,7 +21,6 @@ install:
for dir in $(SOUND_SYSTEM); do \
for ctxt in $(SOUND_CONTEXTS); do \
mkdir -p $(DESTDIR)$(datadir)/sounds/freedesktop/$$dir/$$ctxt/; \
- mkdir -p $(DESTDIR)$(datadir)/sounds/freedesktop/$$dir/$$ctxt/$(SOUND_LOCALE); \
done \
done