diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 06:37:36 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 06:37:36 +0800 |
commit | c53d080d041385886a2e220edd339e9f8578538c (patch) | |
tree | 44b83ca8bc9e86d40de5c06867d6c1b8e8b28605 /calendar/gui/alarm-notify | |
parent | f4f3c71805bd3be2c550282d0da0cbbe60df22b0 (diff) | |
download | gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.gz gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.zst gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.zip |
Icons are now in $(datadir)/evolution/images instead of
* gui/alarm-notify/Makefile.am: Icons are now in
$(datadir)/evolution/images instead of
$(datadir)/images/evolution.
* gui/Makefile.am: Likewise.
* gui/dialogs/Makefile.am: Likewise.
svn path=/trunk/; revision=19296
Diffstat (limited to 'calendar/gui/alarm-notify')
-rw-r--r-- | calendar/gui/alarm-notify/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/alarm-notify/Makefile.am b/calendar/gui/alarm-notify/Makefile.am index 4a4dc86d25..d8c5a9e0cd 100644 --- a/calendar/gui/alarm-notify/Makefile.am +++ b/calendar/gui/alarm-notify/Makefile.am @@ -34,7 +34,7 @@ INCLUDES = \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ $(EVOLUTION_CALENDAR_CFLAGS) -iconsdir = $(datadir)/images/evolution +iconsdir = $(datadir)/evolution/images gladedir = $(datadir)/evolution/glade |