diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sounds/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,7 @@ 2003-02-06 Dan Winship <danw@ximian.com> + * sounds/Makefile.am: remove soundsdir def + * tools/Makefile.am: subst in $(toolsdir) instead of $(bindir) * tools/evolution-addressbook-clean.in: diff --git a/sounds/Makefile.am b/sounds/Makefile.am index d0ff99d1a8..e51f7fea97 100644 --- a/sounds/Makefile.am +++ b/sounds/Makefile.am @@ -1,6 +1,4 @@ -soundsdir = $(datadir)/evolution-$(BASE_VERSION)/sounds - sounds_DATA = \ default_alarm.wav |