aboutsummaryrefslogtreecommitdiffstats
path: root/filter/Makefile.am
diff options
context:
space:
mode:
authorMichael Zucchi <zucchi@zedzone.mmc.com.au>2000-06-27 11:42:34 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-06-27 11:42:34 +0800
commit6febc8b3a7511309543b52cdf616e7432df25992 (patch)
treeed31b5c8b1551edcf1391fc16958b0c0522cdeff /filter/Makefile.am
parente4de45da5f6021db9a009f112c91e21493a87e1f (diff)
downloadgsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar.gz
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar.bz2
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar.lz
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar.xz
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.tar.zst
gsoc2013-evolution-6febc8b3a7511309543b52cdf616e7432df25992.zip
Add the shell dir for includes (for corba interfaces).
2000-06-27 Michael Zucchi <zucchi@zedzone.mmc.com.au> * Makefile.am (INCLUDES): Add the shell dir for includes (for corba interfaces). * filter-arg-types.c (impl_FolderSelectionListener_selected): Listener for folder query. Sigh. (create_listener): Create the listener object for the folder dialogue query. Uses a global for linkage to the shell object, via the mail component. (arg_folder_edit_value): Call the folder selection dialogue to edit the value, rather than a simple text widget. svn path=/trunk/; revision=3746
Diffstat (limited to 'filter/Makefile.am')
-rw-r--r--filter/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/Makefile.am b/filter/Makefile.am
index b6369253ac..152f7a11e1 100644
--- a/filter/Makefile.am
+++ b/filter/Makefile.am
@@ -3,6 +3,7 @@ INCLUDES = \
-I $(top_srcdir)/libibex \
-I $(top_srcdir)/camel \
-I $(top_srcdir)/e-util \
+ -I $(top_srcdir)/shell \
-I $(top_srcdir)/camel/providers/mbox \
-I $(GNOME_INCLUDEDIR) \
$(GTKHTML_CFLAGS) \