diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-07-03 10:55:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-07-03 10:55:58 +0800 |
commit | fd6ad06df5c3cf3928f9361d566aaaaffe498d2d (patch) | |
tree | ba91b681db9204b2d214f6658d5d1a0984eed839 /calendar | |
parent | 793f0a6b869f1f934c0ea51ee762fed384180619 (diff) | |
download | gsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.tar.gz gsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.tar.zst gsoc2013-evolution-fd6ad06df5c3cf3928f9361d566aaaaffe498d2d.zip |
Made evolution depend on bonobo-conf 0.2.
2001-07-02 Christopher James Lahey <clahey@ximian.com>
* configure.in: Made evolution depend on bonobo-conf 0.2.
From calendar/ChangeLog:
2001-07-02 Christopher James Lahey <clahey@ximian.com>
* gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS).
(evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS).
From composer/ChangeLog:
2001-07-02 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS).
From shell/ChangeLog:
2001-07-02 Christopher James Lahey <clahey@ximian.com>
* Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS).
(evolution_LDADD): Added $(BONOBO_CONF_LIBS).
svn path=/trunk/; revision=10718
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 7 insertions, 0 deletions
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 <clahey@ximian.com> + + * gui/Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). + (evolution_calendar_LDADD): Added $(BONOBO_CONF_LIBS). + 2001-07-02 Federico Mena Quintero <federico@ximian.com> 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) |