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 --- widgets/e-table/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'widgets/e-table') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 8f81a8076c..3d972991f4 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -1,6 +1,7 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ - -I$(top_srcdir)/e-util + -I$(top_srcdir)/e-util \ + -I$(top_srcdir) noinst_LIBRARIES = \ libetable.a -- cgit v1.2.3