From fce00ebfea15dc83de4afb277935c8f48781d009 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Thu, 21 Jun 2001 20:41:00 +0000 Subject: add include path 2001-06-21 JP Rosevear * gui/dialogs/Makefile.am (gladedir): add include path svn path=/trunk/; revision=10384 --- calendar/ChangeLog | 2 ++ calendar/gui/dialogs/Makefile.am | 2 ++ 2 files changed, 4 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index d5da4ab1e2..4cdcb6fcad 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,7 @@ 2001-06-21 JP Rosevear + * gui/dialogs/Makefile.am (gladedir): add include path + * gui/dialogs/comp-editor.c (setup_widgets): remove buttons and use evolution's standard ui config diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am index e9d21d726a..90815ec7ec 100644 --- a/calendar/gui/dialogs/Makefile.am +++ b/calendar/gui/dialogs/Makefile.am @@ -8,6 +8,8 @@ INCLUDES = \ -I$(top_builddir)/calendar/cal-client \ -I$(top_srcdir)/libical/src/libical \ -I$(top_builddir)/libical/src/libical \ + -I$(top_builddir)/shell \ + -I$(top_srcdir)/shell \ -I$(includedir) \ $(EXTRA_GNOME_CFLAGS) \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -- cgit v1.2.3