From 8e431aec558b7bdab46ff5c7519dd3776f816338 Mon Sep 17 00:00:00 2001 From: Elliot Lee Date: Thu, 6 Jan 2000 19:03:52 +0000 Subject: Work with builddir != srcdir * composer/Makefile.am, widgets/e-table/Makefile.am: Work with builddir != srcdir svn path=/trunk/; revision=1538 --- composer/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'composer') diff --git a/composer/Makefile.am b/composer/Makefile.am index 6983084e12..4b2c3720dc 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -6,6 +6,8 @@ glade_DATA = \ e-msg-composer.glade INCLUDES = \ + -I$(top_srcdir) \ + -I$(top_builddir) \ -I$(top_srcdir)/camel \ -I$(top_builddir)/camel \ $(GNOME_INCLUDEDIR) -- cgit v1.2.3