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 --- shell/ChangeLog | 5 +++++ shell/Makefile.am | 2 ++ 2 files changed, 7 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index aa2e14080f..a1aca471b4 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-07-02 Christopher James Lahey + + * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). + (evolution_LDADD): Added $(BONOBO_CONF_LIBS). + 2001-07-02 Ettore Perazzoli * e-storage-set-view.c (popup_folder_menu): Don't assert that diff --git a/shell/Makefile.am b/shell/Makefile.am index 99effbd86c..fc2d32e3e1 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = -O \ -I$(top_srcdir) \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) \ + $(BONOBO_CONF_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(datadir)/images/evolution"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ @@ -165,6 +166,7 @@ evolution_LDADD = \ $(EXTRA_GNOME_LIBS) \ $(GNOME_PRINT_LIBS) \ $(GTKHTML_LIBS) \ + $(BONOBO_CONF_LIBS) \ $(BONOBO_GNOME_LIBS) # Test component -- cgit v1.2.3