diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
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 <clahey@ximian.com> + + * Makefile.am (INCLUDES): Added $(BONOBO_CONF_CFLAGS). + 2001-07-02 Jeffrey Stedfast <fejj@ximian.com> * 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\" |