diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-27 05:39:23 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-04-27 05:39:23 +0800 |
commit | 134f25cd5915e09ed466218997b19a9d32bba01c (patch) | |
tree | 60fa9a61da7868ca3446620673e76aa6a20826af /calendar/gui | |
parent | 715ed2593e715cb4c6e396c2e4661c30d8bd5beb (diff) | |
download | gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar.gz gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar.bz2 gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar.lz gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar.xz gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.tar.zst gsoc2013-evolution-134f25cd5915e09ed466218997b19a9d32bba01c.zip |
Merge build fix from the branch:
Add `$(EXTRA_GNOME_CFLAGS)' to the include path list for building the
dialogs (we use GAL there).
svn path=/trunk/; revision=9598
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index f8331e2d35..12342538ab 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ -I$(includedir) \ + $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ $(BONOBO_VFS_GNOME_CFLAGS) \ |