Images are now in $(datadir)/evolution/images
instead of $(datadir)/images/evolution. svn path=/trunk/; revision=19294
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am: Images are now in $(datadir)/evolution/images
|
||||
instead of $(datadir)/images/evolution.
|
||||
|
||||
2003-01-07 Dan Winship <danw@ximian.com>
|
||||
|
||||
* e-config-listener.c (e_config_listener_remove_value): New.
|
||||
|
@ -1,6 +1,6 @@
|
||||
SUBDIRS = . ename
|
||||
|
||||
imagesdir = $(datadir)/images/evolution
|
||||
imagesdir = $(datadir)/evolution/images
|
||||
|
||||
eutilincludedir = $(includedir)/evolution/e-util
|
||||
econdincludedir = $(includedir)/evolution/e-conduit
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am: Images are now in $(datadir)/evolution/images
|
||||
instead of $(datadir)/images/evolution.
|
||||
|
||||
2003-01-08 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* folder-browser-ui.c (folder_browser_ui_add_global): Call
|
||||
|
@ -25,7 +25,7 @@ INCLUDES = \
|
||||
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
||||
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
|
||||
-DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
|
||||
-DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
|
||||
-DEVOLUTION_IMAGES=\""$(datadir)/evolution/images"\" \
|
||||
-DEVOLUTION_BUTTONSDIR=\""$(buttonsdir)"\" \
|
||||
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
|
||||
-DCAMEL_PROVIDERDIR=\""$(camel_providerdir)"\" \
|
||||
@ -178,8 +178,8 @@ glade_DATA = mail-config.glade local-config.glade subscribe-dialog.glade message
|
||||
etspecdir = $(datadir)/evolution/etspec/
|
||||
etspec_DATA = mail-accounts.etspec message-list.etspec subscribe-dialog.etspec
|
||||
|
||||
iconsdir = $(datadir)/images/evolution
|
||||
buttonsdir = $(datadir)/images/evolution/buttons
|
||||
iconsdir = $(datadir)/evolution/images
|
||||
buttonsdir = $(datadir)/evolution/images/buttons
|
||||
|
||||
idl_DATA = Mailer.idl
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2003-01-08 Ettore Perazzoli <ettore@ximian.com>
|
||||
|
||||
* Makefile.am: Images are now in $(datadir)/evolution/images
|
||||
instead of $(datadir)/images/evolution.
|
||||
|
||||
2002-12-10 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* e-multi-config-dialog.c (impl_response): Removed the
|
||||
|
@ -4,7 +4,7 @@
|
||||
INCLUDES = \
|
||||
-I$(top_srcdir) \
|
||||
-I$(top_srcdir)/widgets/shortcut-bar \
|
||||
-DMAP_DIR=\""$(datadir)/images/evolution"\" \
|
||||
-DMAP_DIR=\""$(datadir)/evolution/images"\" \
|
||||
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
|
||||
-DG_LOG_DOMAIN=__FILE__ \
|
||||
$(GNOME_FULL_CFLAGS)
|
||||
|
Reference in New Issue
Block a user