From c02660b4081a84c9ad5749a931f5458f08f634d3 Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Tue, 8 Feb 2000 03:29:49 +0000 Subject: Fixed some motion event bugs. (incorrect x and y.) 2000-02-07 Christopher James Lahey * e-table-item.c (eti_event): Fixed some motion event bugs. (incorrect x and y.) * Makefile.am: Added includes for dependencies in evolution/widgets/libevolutionwidgets.a * e-cell-text.h, e-cell-text.c: Completely revamped using code from e-text.c and e-text.h. svn path=/trunk/; revision=1692 --- widgets/e-table/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'widgets/e-table/Makefile.am') diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 3d972991f4..fe253ce96e 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -1,5 +1,6 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ + -I$(top_srcdir)/widgets \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) @@ -48,7 +49,8 @@ table_test_SOURCES = \ table_test_LDADD = \ $(EXTRA_GNOME_LIBS) \ libetable.a \ - $(top_builddir)/e-util/libeutil.a + $(top_builddir)/e-util/libeutil.a \ + $(top_builddir)/widgets/libevolutionwidgets.a table_test_LDFLAGS = `gnome-config --libs gdk_pixbuf` -- cgit