From 37d36887f323e25a9ef3bd7aabd8e0924ef7c2a2 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 12 Sep 2000 15:33:24 +0000 Subject: 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 --- widgets/e-table/ChangeLog | 7 +++++++ widgets/e-table/Makefile.am | 4 ++++ 2 files changed, 11 insertions(+) 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 + + * 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 * 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 = \ -- cgit