From 09515df40565b84e1fdcafce80015b51c0984567 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 22 Feb 2001 17:13:57 +0000 Subject: builddir != srcdir fix. svn path=/trunk/; revision=8348 --- composer/ChangeLog | 4 ++++ composer/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/composer/ChangeLog b/composer/ChangeLog index 5a987198aa..22a9dd4b71 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2001-02-22 Ettore Perazzoli + + * Makefile.am (INCLUDES): Add `-I$(top_srcdir)/shell'. + 2001-02-21 Not Zed * e-msg-composer.c (menu_file_save_draft_cb): diff --git a/composer/Makefile.am b/composer/Makefile.am index 89a4187583..db5c56dc26 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -50,6 +50,7 @@ INCLUDES = \ -I$(top_builddir)/camel \ -I$(top_builddir)/addressbook/gui/component/select-names \ -I$(top_builddir)/shell \ + -I$(top_srcdir)/shell \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ $(BONOBO_GNOME_CFLAGS) \ -- cgit