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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 08e484ad06..391206c975 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -54,10 +54,10 @@ INCLUDES = \ -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -DEVOLUTION_IMAGESDIR=\""$(datadir)"/images/evolution\" \ + -DEVOLUTION_IMAGESDIR=\""$(datadir)"/evolution/images\" \ $(EVOLUTION_CALENDAR_CFLAGS) -iconsdir = $(datadir)/images/evolution +iconsdir = $(datadir)/evolution/images gladedir = $(datadir)/evolution/glade glade_DATA = \ |