diff options
author | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-28 15:50:09 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2000-04-28 15:50:09 +0800 |
commit | 9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f (patch) | |
tree | f6cfff8f6d465bcab7106ba8ec2699e93efbab48 /mail | |
parent | 9483369aa04a5d2c4dc5c0034a3e4431153d9c99 (diff) | |
download | gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar.gz gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar.bz2 gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar.lz gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar.xz gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.tar.zst gsoc2013-evolution-9bc896ddb9f78727b6d736f1da2a7d7ea9dbf06f.zip |
Makefile fix
svn path=/trunk/; revision=2674
Diffstat (limited to 'mail')
-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 |