diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 12:35:53 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 12:35:53 +0800 |
commit | 29201b7558928f5b8319b054a4a0bf76429a4807 (patch) | |
tree | 412aa4b7c79db212c134980ba02c077359cd1cae /mail/Makefile.am | |
parent | 4ddf8af33a9dbbdc5ce946da54ee228403ff577f (diff) | |
download | gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar.gz gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar.bz2 gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar.lz gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar.xz gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.tar.zst gsoc2013-evolution-29201b7558928f5b8319b054a4a0bf76429a4807.zip |
Add the e-text directory to the includes list.
2000-02-11 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Add the e-text directory to the includes list.
* message-list.c: Change the call to e_cell_text_new, since
there's an added argument.
svn path=/trunk/; revision=1744
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 2cc47dadbc..36c61e427d 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -5,7 +5,8 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(datadir)/locale"\" \ - -I$(srcdir)/../widgets \ + -I$(top_srcdir)/widgets \ + -I$(top_srcdir)/widgets/e-text \ $(BONOBO_HTML_GNOME_CFLAGS) EVOLUTION_MAIL_CORBA_GENERATED = \ |