aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2002-11-05 21:08:50 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2002-11-05 21:08:50 +0800
commit218755e2c70ac02c958772525917252b95cfc289 (patch)
tree409ce719674864868ad158ca0e21445966bf17c2 /configure.in
parent3a40fbaf60d50b477999335406df0d7bcf0ca84c (diff)
downloadgsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar.gz
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar.bz2
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar.lz
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar.xz
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.tar.zst
gsoc2013-evolution-218755e2c70ac02c958772525917252b95cfc289.zip
use correct libgtkhtml-3.0 for calendar and added generation of calendar
2002-11-05 Rodrigo Moya <rodrigo@ximian.com> * configure.in: use correct libgtkhtml-3.0 for calendar and added generation of calendar GUI's directories. svn path=/trunk/; revision=18549
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e0e11c1cae..453927099f 100644
--- a/configure.in
+++ b/configure.in
@@ -1103,7 +1103,7 @@ dnl AC_SUBST(EVOLUTION_EXECUTIVE_SUMMARY_LIBS)
dnl --- evolution-calendar flags
-EVO_SET_COMPILE_FLAGS(EVOLUTION_CALENDAR, libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 libglade-2.0 gnome-vfs-2.0, ${GTKHTML_CFLAGS}, ${GTKHTML_LIBS})
+EVO_SET_COMPILE_FLAGS(EVOLUTION_CALENDAR, libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 gal-2.0 libglade-2.0 gnome-vfs-2.0 libgtkhtml-3.0, ${GTKHTML_CFLAGS}, ${GTKHTML_LIBS})
AC_SUBST(EVOLUTION_CALENDAR_CFLAGS)
AC_SUBST(EVOLUTION_CALENDAR_LIBS)
@@ -1281,6 +1281,10 @@ calendar/idl/Makefile
calendar/cal-util/Makefile
calendar/cal-client/Makefile
calendar/pcs/Makefile
+calendar/gui/Makefile
+calendar/gui/alarm-notify/Makefile
+calendar/gui/dialogs/Makefile
+calendar/importers/Makefile
my-evolution/GNOME_Evolution_Summary.oaf.in
])