From 218755e2c70ac02c958772525917252b95cfc289 Mon Sep 17 00:00:00 2001 From: Rodrigo Moya Date: Tue, 5 Nov 2002 13:08:50 +0000 Subject: use correct libgtkhtml-3.0 for calendar and added generation of calendar 2002-11-05 Rodrigo Moya * configure.in: use correct libgtkhtml-3.0 for calendar and added generation of calendar GUI's directories. svn path=/trunk/; revision=18549 --- configure.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure.in') 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 ]) -- cgit