diff options
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 283333d2a4..b87445b32a 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -I$(top_srcdir)/widgets \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir) \ + -I$(top_srcdir)/camel \ -I$(top_builddir)/shell \ $(BONOBO_HTML_GNOME_CFLAGS) \ -DEVOLUTION_VERSION=\""$(VERSION)"\" \ @@ -81,4 +82,4 @@ EXTRA_DIST = Mail.idl $(GOAD_FILES) $(OAF_FILES) dist-hook: -mkdir $(distdir)/pixmaps - cp $(srcdir)/pixmaps/*.xpm $(distdir)/pixmaps
\ No newline at end of file + cp $(srcdir)/pixmaps/*.xpm $(distdir)/pixmaps |