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/dialogs | |
parent | f4f3c71805bd3be2c550282d0da0cbbe60df22b0 (diff) | |
download | gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.gz gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.bz2 gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.lz gsoc2013-evolution-c53d080d041385886a2e220edd339e9f8578538c.tar.xz 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/dialogs')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index 0f102dc12a..31c785c16a 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -77,7 +77,7 @@ libcal_dialogs_a_SOURCES = \ task-page.c \ task-page.h -iconsdir = $(datadir)/images/evolution +iconsdir = $(datadir)/evolution/images gladedir = $(datadir)/evolution/glade glade_DATA = \ |