diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-09 20:22:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-09 20:22:04 +0800 |
commit | a2821bc528a4968d67a8e587ec31d6d69abcfbc6 (patch) | |
tree | 34c32bc1c4491c6b18c6a62d918f564e70753907 /executive-summary/evolution-services | |
parent | ccb4ef86d0520b9179f849c5c082941f13e177df (diff) | |
download | gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar.gz gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar.bz2 gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar.lz gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar.xz gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.tar.zst gsoc2013-evolution-a2821bc528a4968d67a8e587ec31d6d69abcfbc6.zip |
Add $(EXTRA_GNOME_CFLAGS) so it can find gnomesupport.h
svn path=/trunk/; revision=5794
Diffstat (limited to 'executive-summary/evolution-services')
-rw-r--r-- | executive-summary/evolution-services/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executive-summary/evolution-services/Makefile.am b/executive-summary/evolution-services/Makefile.am index 4148671a0f..5cc622063d 100644 --- a/executive-summary/evolution-services/Makefile.am +++ b/executive-summary/evolution-services/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir)/shell \ -I$(top_srcdir)/shell \ + $(EXTRA_GNOME_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ $(UNICODE_CFLAGS) \ $(GTKHTML_CFLAGS) \ |