diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:34:21 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-23 04:34:21 +0800 |
commit | 30a48d26d40baab9c1120e832378edd414e5fa3b (patch) | |
tree | d2d365ab88154e201cc56b67f1b99f5a93dee6a7 | |
parent | e55ad4d2555c2500755d0a9d1ef99308c1423b29 (diff) | |
download | gsoc2013-evolution-30a48d26d40baab9c1120e832378edd414e5fa3b.tar.gz gsoc2013-evolution-30a48d26d40baab9c1120e832378edd414e5fa3b.tar.zst gsoc2013-evolution-30a48d26d40baab9c1120e832378edd414e5fa3b.zip |
(soundsdir): Version using $(BASE_VERSION).
svn path=/trunk/; revision=19569
-rw-r--r-- | sounds/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sounds/Makefile.am b/sounds/Makefile.am index 16a1292dcd..d0ff99d1a8 100644 --- a/sounds/Makefile.am +++ b/sounds/Makefile.am @@ -1,5 +1,5 @@ -soundsdir = $(datadir)/evolution/sounds +soundsdir = $(datadir)/evolution-$(BASE_VERSION)/sounds sounds_DATA = \ default_alarm.wav |