From 134f25cd5915e09ed466218997b19a9d32bba01c Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 26 Apr 2001 21:39:23 +0000 Subject: 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 --- calendar/ChangeLog | 4 ++++ calendar/gui/dialogs/Makefile.am | 1 + 2 files changed, 5 insertions(+) (limited to 'calendar') 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 + + * gui/dialogs/Makefile.am (INCLUDES): Add `$(EXTRA_GNOME_CFLAGS)'. + 2001-04-26 Dan Winship * 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) \ -- cgit