diff options
author | Chris Toshok <toshok@helixcode.com> | 2000-10-03 08:25:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2000-10-03 08:25:23 +0800 |
commit | 156faeeb31e18d1170abd0011e2690452230ee29 (patch) | |
tree | 9ea4279711d68c5cacc9f9e04a9a51843703a3d4 /mail/Makefile.am | |
parent | 5d8858ccfabb580376c59c9f1ca3672189e2015f (diff) | |
download | gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.gz gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.bz2 gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.lz gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.xz gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.tar.zst gsoc2013-evolution-156faeeb31e18d1170abd0011e2690452230ee29.zip |
add -I$(top_srcdir)/widgets/misc
2000-10-02 Chris Toshok <toshok@helixcode.com>
* Makefile.am (INCLUDES): add -I$(top_srcdir)/widgets/misc
* subscribe-dialog.c (subscribe_dialog_gui_init): change the
window title to Manage Subscriptions, bold subscribed folders, and
add a title bar ala the evolution shell (but without the close
button).
svn path=/trunk/; revision=5682
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index c25ae80838..ff988594c0 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -7,6 +7,7 @@ providerdir = $(libdir)/evolution/camel-providers/$(VERSION) INCLUDES = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/e-text \ + -I$(top_srcdir)/widgets/misc \ -I$(top_srcdir) \ -I$(top_srcdir)/camel \ -I$(top_builddir)/shell \ |