aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-12 23:33:24 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-12 23:33:24 +0800
commit37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2 (patch)
treeb947598157d3e4064c5765648c5eb52837ef2abb /widgets/e-table/ChangeLog
parent5994bc5006075c88b81f378ed858fdc7ac00f8bc (diff)
downloadgsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar.gz
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar.bz2
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar.lz
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar.xz
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.tar.zst
gsoc2013-evolution-37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2.zip
Add a bunch of compile flags to the compilation of `tree-example-2'
because it uses GNOME VFS so it needs them. svn path=/trunk/; revision=5366
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 9ba091c7de..5c8edfe072 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,10 @@
+2000-09-11 Ettore Perazzoli <ettore@helixcode.com>
+
+ * Makefile.am (tree_example_2_LDADD): Add `$(GNOME_VFS_LIBS)' and
+ `$(OAF_LIBS)'.
+ (INCLUDES): Add `$(GNOME_VFS_CFLAGS)' and
+ `$(GNOME_BONOBO_CFLAGS)'.
+
2000-09-11 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c: Made bold text calculate widths properly.