aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-08-14 11:15:09 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-08-14 11:15:09 +0800
commit4870ab018100e23ad0518ee33d00ed72ef397970 (patch)
treec7b4816be72707428a88981920450ff0c0c13cf6 /calendar/gui/Makefile.am
parent45de21347687a54a52cb2d7b89b512a1ae4e4210 (diff)
downloadgsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar.gz
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar.bz2
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar.lz
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar.xz
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.tar.zst
gsoc2013-evolution-4870ab018100e23ad0518ee33d00ed72ef397970.zip
rewrite the gui to use gtkhtml
2001-08-13 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c: rewrite the gui to use gtkhtml * gui/Makefile.am: define the icon dir svn path=/trunk/; revision=11986
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r--calendar/gui/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index bba7f78c80..0f9f2fd86a 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -47,8 +47,11 @@ INCLUDES = \
-DEVOLUTION_DATADIR=\""$(datadir)"\" \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\" \
+ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \
-DEVOLUTION_LOCALEDIR=\""$(localedir)"\"
+iconsdir = $(datadir)/images/evolution
+
gladedir = $(datadir)/evolution/glade
glade_DATA = \
e-itip-control.glade \