diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-05 21:08:50 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-05 21:08:50 +0800 |
commit | 218755e2c70ac02c958772525917252b95cfc289 (patch) | |
tree | 409ce719674864868ad158ca0e21445966bf17c2 | |
parent | 3a40fbaf60d50b477999335406df0d7bcf0ca84c (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.in | 6 |
2 files changed, 10 insertions, 1 deletions
@@ -1,5 +1,10 @@ 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. + +2002-11-05 Rodrigo Moya <rodrigo@ximian.com> + * configure.in: enabled libwombat. 2002-11-04 Rodrigo Moya <rodrigo@ximian.com> 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 ]) |