aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-09 20:33:07 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-09 20:33:07 +0800
commit68d2387f39ba8c2f2a5fd87863e30f0361d4c29c (patch)
tree8207c540ff66af32abcdd430029b8be22223dd6c
parentd4bc84cf831dcfb4be2591d9a99184637c04c847 (diff)
downloadgsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar.gz
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar.bz2
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar.lz
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar.xz
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.tar.zst
gsoc2013-evolution-68d2387f39ba8c2f2a5fd87863e30f0361d4c29c.zip
Changes where e-text is included from.
2000-02-09 Christopher James Lahey <clahey@helixcode.com> * Makefile.am: Changes where e-text is included from. svn path=/trunk/; revision=1708
-rw-r--r--widgets/e-table/ChangeLog4
-rw-r--r--widgets/e-table/Makefile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 7824e51737..0010fe934f 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,7 @@
+2000-02-09 Christopher James Lahey <clahey@helixcode.com>
+
+ * Makefile.am: Changes where e-text is included from.
+
2000-02-07 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c (eti_event): Fixed some motion event
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`