diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 10 |
2 files changed, 6 insertions, 8 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 3472df06aa..ce392901ab 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2002-01-27 Ettore Perazzoli <ettore@ximian.com> + + * Makefile.am: Use GNOME_FULL_CFLAGS. + 2002-01-10 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (get_file_content): Rewrote to use CamelStreams diff --git a/composer/Makefile.am b/composer/Makefile.am index 9d0fe90ffc..2ee4ec5510 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -53,16 +53,10 @@ INCLUDES = \ -I$(top_builddir)/addressbook/gui/component/select-names \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ - $(EXTRA_GNOME_CFLAGS) \ - $(GNOME_INCLUDEDIR) \ - $(BONOBO_GNOME_CFLAGS) \ - $(BONOBO_CONF_CFLAGS) \ - $(GTKHTML_CFLAGS) \ - $(BONOBO_CONF_CFLAGS) \ - $(GNOME_VFS_CFLAGS) \ -DEVOLUTION_DATADIR=\"$(datadir)\" \ -DE_GLADEDIR=\"$(gladedir)\" \ - -DG_LOG_DOMAIN=\"composer\" + -DG_LOG_DOMAIN=\"composer\" \ + $(GNOME_FULL_CFLAGS) libcomposer_a_SOURCES = \ $(IDL_GENERATED) \ |