diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-23 01:13:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-02-23 01:13:57 +0800 |
commit | 09515df40565b84e1fdcafce80015b51c0984567 (patch) | |
tree | 0aeb8d88750bb306eba812a9ba3ac13ca6913609 /composer/Makefile.am | |
parent | 473ffc5eee5529f90648e0dff2e356ee7d72c10d (diff) | |
download | gsoc2013-evolution-09515df40565b84e1fdcafce80015b51c0984567.tar.gz gsoc2013-evolution-09515df40565b84e1fdcafce80015b51c0984567.tar.zst gsoc2013-evolution-09515df40565b84e1fdcafce80015b51c0984567.zip |
builddir != srcdir fix.
svn path=/trunk/; revision=8348
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer/Makefile.am b/composer/Makefile.am index 89a4187583..db5c56dc26 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -50,6 +50,7 @@ INCLUDES = \ -I$(top_builddir)/camel \ -I$(top_builddir)/addressbook/gui/component/select-names \ -I$(top_builddir)/shell \ + -I$(top_srcdir)/shell \ $(EXTRA_GNOME_CFLAGS) \ $(GNOME_INCLUDEDIR) \ $(BONOBO_GNOME_CFLAGS) \ |