aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:34:59 +0800
commit578e668365ac32c5ceda83b30a596c0f72286dc9 (patch)
treebe02929be9bebdb2a165616cd93a19d2dd92cb4d /shell/Makefile.am
parent32e9ba1991802f83ea577774c881f9cd6eb6c20e (diff)
downloadgsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.gz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.bz2
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.lz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.xz
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.tar.zst
gsoc2013-evolution-578e668365ac32c5ceda83b30a596c0f72286dc9.zip
Images are now in $(datadir)/evolution/images instead of
* Makefile.am: Images are now in $(datadir)/evolution/images instead of $(datadir)/images/evolution. * e-folder-list.c (e_folder_list_class_init): Remove "EFolderList::" prefix from the properties. svn path=/trunk/; revision=19292
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 275f3dc844..d73e4dfa50 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -7,7 +7,7 @@ INCLUDES = \
-I$(top_srcdir)/libical/src/libical \
-I$(top_builddir)/libical/src/libical \
-I$(top_srcdir) \
- -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \
+ -DEVOLUTION_IMAGES=\""$(datadir)/evolution/images"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\"$(datadir)/evolution/glade\" \