diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 23:33:24 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 23:33:24 +0800 |
commit | 37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2 (patch) | |
tree | b947598157d3e4064c5765648c5eb52837ef2abb | |
parent | 5994bc5006075c88b81f378ed858fdc7ac00f8bc (diff) | |
download | gsoc2013-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
-rw-r--r-- | widgets/e-table/ChangeLog | 7 | ||||
-rw-r--r-- | widgets/e-table/Makefile.am | 4 |
2 files changed, 11 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. diff --git a/widgets/e-table/Makefile.am b/widgets/e-table/Makefile.am index 1afe8d9f20..31ad6397fd 100644 --- a/widgets/e-table/Makefile.am +++ b/widgets/e-table/Makefile.am @@ -12,7 +12,9 @@ glade_headers = \ INCLUDES = \ $(EXTRA_GNOME_CFLAGS) \ + $(GNOME_VFS_CFLAGS) \ $(GNOME_PRINT_CFLAGS) \ + $(GNOME_BONOBO_CFLAGS) \ $(GNOME_INCLUDEDIR) \ -DETABLE_GLADEDIR=\"$(gladedir)\" \ -I$(top_srcdir)/widgets/e-text \ @@ -176,6 +178,8 @@ tree_example_2_LDADD = \ $(top_builddir)/widgets/e-paned/libepaned.a \ $(top_builddir)/widgets/misc/libemiscwidgets.a \ $(top_builddir)/e-util/libeutil.la \ + $(GNOME_VFS_LIBS) \ + $(OAF_LIBS) \ $(GNOME_PRINT_LIBS) icons = \ |