From 68d2387f39ba8c2f2a5fd87863e30f0361d4c29c Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Wed, 9 Feb 2000 12:33:07 +0000 Subject: Changes where e-text is included from. 2000-02-09 Christopher James Lahey * Makefile.am: Changes where e-text is included from. svn path=/trunk/; revision=1708 --- widgets/e-table/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'widgets/e-table/Makefile.am') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index fe253ce96e..4bbfea58ab 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -1,6 +1,6 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ - -I$(top_srcdir)/widgets \ + -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) @@ -50,7 +50,7 @@ table_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ libetable.a \ $(top_builddir)/e-util/libeutil.a \ - $(top_builddir)/widgets/libevolutionwidgets.a + $(top_builddir)/widgets/e-text/libetext.a table_test_LDFLAGS = `gnome-config --libs gdk_pixbuf` -- cgit v1.2.3