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 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'composer') diff --git a/composer/ChangeLog b/composer/ChangeLog index 4421e39866..fdf1fd4ce9 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2001-07-02 Christopher James Lahey + + * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). + 2001-07-02 Jeffrey Stedfast * e-msg-composer-attachment-bar.c (attach_to_multipart): Set the diff --git a/composer/Makefile.am b/composer/Makefile.am index f51753a96e..aa38b9ea18 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -57,6 +57,7 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ $(BONOBO_GNOME_CFLAGS) \ $(GTKHTML_CFLAGS) \ + $(BONOBO_CONF_CFLAGS) \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ -DE_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"composer\" -- cgit v1.2.3