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 | |
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
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/dialogs/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 14719f72d3..108f241953 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2001-04-26 Ettore Perazzoli <ettore@ximian.com> + + * gui/dialogs/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'. + 2001-04-26 Dan Winship <danw@ximian.com> * conduits/todo/Makefile.am (libetodo_conduit_la_LIBADD): Remove 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) \ |