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
This commit is contained in:
@ -1,3 +1,11 @@
|
||||
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* 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.
|
||||
|
||||
2003-01-06 Dan Winship <danw@ximian.com>
|
||||
|
||||
* idl/Makefile.am: remove idldir definition. (It's defined in
|
||||
|
@ -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 = \
|
||||
|
@ -34,7 +34,7 @@ INCLUDES = \
|
||||
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
|
||||
$(EVOLUTION_CALENDAR_CFLAGS)
|
||||
|
||||
iconsdir = $(datadir)/images/evolution
|
||||
iconsdir = $(datadir)/evolution/images
|
||||
|
||||
gladedir = $(datadir)/evolution/glade
|
||||
|
||||
|
@ -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 = \
|
||||
|
Reference in New Issue
Block a user