aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/Makefile.am
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2006-03-06 23:59:00 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2006-03-06 23:59:00 +0800
commite2858021bfc1c70f9dbd70b6f5fea5b7882c0738 (patch)
tree2e4b6bcf9d75f1c2dcd688bf3934ee5e2f980a22 /calendar/gui/dialogs/Makefile.am
parent3e791ca690cd1f0c75a918715ecc196b665e25ea (diff)
downloadgsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.gz
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.bz2
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.lz
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.xz
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.tar.zst
gsoc2013-evolution-e2858021bfc1c70f9dbd70b6f5fea5b7882c0738.zip
**Fixes #321832 Pickup the right-icon for f/b. Define EVOLUTION_ICONSDIR
**Fixes #321832 * gui/dialogs/event-editor.c: Pickup the right-icon for f/b. * gui/dialgos/Makefile.am: Define EVOLUTION_ICONSDIR to pickup f/b icon. svn path=/trunk/; revision=31667
Diffstat (limited to 'calendar/gui/dialogs/Makefile.am')
-rw-r--r--calendar/gui/dialogs/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index 71e7e1a61e..bd10669ab2 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
-I$(top_srcdir)/widgets/misc \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_UIDIR=\""$(evolutionuidir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(imagesdir)"\" \
-DPREFIX=\""$(prefix)"\" \
$(EVOLUTION_CALENDAR_CFLAGS)