diff options
author | Jacob Leach <jleach@src.gnome.org> | 2001-06-09 06:34:34 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-06-09 06:34:34 +0800 |
commit | 5361b89a79ea7ae5bd947deab445b57a324640c9 (patch) | |
tree | 361b70be22f531b060fde08652c5212b893a0b9a /my-evolution/Makefile.am | |
parent | 0f0b818c832f52103e1979c8d2dbaa28b80bda3f (diff) | |
download | gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.gz gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.bz2 gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.lz gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.xz gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.tar.zst gsoc2013-evolution-5361b89a79ea7ae5bd947deab445b57a324640c9.zip |
builddir != srcdir fix.
svn path=/trunk/; revision=10168
Diffstat (limited to 'my-evolution/Makefile.am')
-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) \ |