From 79a377ddf20574b03d02f93fc85f542455b12744 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sun, 27 Jan 2002 17:21:36 +0000 Subject: Final cleanup for the CFLAGS and LIBS in the Makefiles. svn path=/trunk/; revision=15486 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 10 ++-------- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'composer') 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 + + * Makefile.am: Use GNOME_FULL_CFLAGS. + 2002-01-10 Jeffrey Stedfast * 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) \ -- cgit v1.2.3