From fd6ad06df5c3cf3928f9361d566aaaaffe498d2d Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 3 Jul 2001 02:55:58 +0000 Subject: Made evolution depend on bonobo-conf 0.2. 2001-07-02 Christopher James Lahey * configure.in: Made evolution depend on bonobo-conf 0.2. From calendar/ChangeLog: 2001-07-02 Christopher James Lahey * gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS). From composer/ChangeLog: 2001-07-02 Christopher James Lahey * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). From shell/ChangeLog: 2001-07-02 Christopher James Lahey * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). (evolution_LDADD): Added $(BONOBO_CONF_LIBS). svn path=/trunk/; revision=10718 --- calendar/ChangeLog | 5 +++++ calendar/gui/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 5a0043bf51..30dfeae151 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2001-07-02 Christopher James Lahey + + * gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). + (evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS). + 2001-07-02 Federico Mena Quintero Support for ATTACH, DESCRIPTION properties in alarm components. diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index e3ec865d98..3922033791 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -48,6 +48,7 @@ INCLUDES = \ $(BONOBO_HTML_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(GAL_CFLAGS) \ + $(BONOBO_CONF_CFLAGS) \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" @@ -143,6 +144,7 @@ evolution_calendar_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(BONOBO_HTML_GNOME_LIBS) \ $(GNOME_VFS_LIBS) \ + $(BONOBO_CONF_LIBS) \ $(GAL_LIBS) \ $(INTLLIBS) -- cgit