diff options
Diffstat (limited to 'my-evolution')
-rw-r--r-- | my-evolution/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/my-evolution/Makefile.am b/my-evolution/Makefile.am index 42f7327d84..d48af53304 100644 --- a/my-evolution/Makefile.am +++ b/my-evolution/Makefile.am @@ -2,9 +2,10 @@ bin_PROGRAMS = evolution-executive-summary INCLUDES = \ -I$(top_srcdir) \ - -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ + -I$(top_builddir)/shell \ -I$(top_srcdir)/calendar \ + -I$(top_builddir)/calendar/cal-client \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(GTKHTML_CFLAGS) \ |