From 55938df2d4948d9581adf7ef660b01fbc6482f4e Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Mon, 2 Jul 2001 14:39:10 +0000 Subject: srcdir != builddir compile fix. 2001-07-02 Peter Williams * gui/contact-editor/Makefile.am (INCLUDES): srcdir != builddir compile fix. * gui/contact-list-editor/Makefile.am (INCLUDES): Same. * gui/widgets/Makefile.am (INCLUDES): Same. * gui/search/Makefile.am (INCLUDES): Same. svn path=/trunk/; revision=10680 --- addressbook/ChangeLog | 11 +++++++++++ addressbook/gui/contact-editor/Makefile.am | 1 + addressbook/gui/contact-list-editor/Makefile.am | 1 + addressbook/gui/search/Makefile.am | 1 + addressbook/gui/widgets/Makefile.am | 1 + 5 files changed, 15 insertions(+) (limited to 'addressbook') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 474feef89d..5121ed4429 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,14 @@ +2001-07-02 Peter Williams + + * gui/contact-editor/Makefile.am (INCLUDES): srcdir != + builddir compile fix. + + * gui/contact-list-editor/Makefile.am (INCLUDES): Same. + + * gui/widgets/Makefile.am (INCLUDES): Same. + + * gui/search/Makefile.am (INCLUDES): Same. + 2001-07-02 Christopher James Lahey * gui/contact-editor/e-contact-editor.c (categories_clicked): diff --git a/addressbook/gui/contact-editor/Makefile.am b/addressbook/gui/contact-editor/Makefile.am index 6d3567b2f7..cfdebf408a 100644 --- a/addressbook/gui/contact-editor/Makefile.am +++ b/addressbook/gui/contact-editor/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_srcdir)/addressbook/gui/merging \ -I$(top_srcdir)/widgets/e-table \ + -I$(top_builddir)/shell \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ diff --git a/addressbook/gui/contact-list-editor/Makefile.am b/addressbook/gui/contact-list-editor/Makefile.am index fb16b8e6e7..1164f2c594 100644 --- a/addressbook/gui/contact-list-editor/Makefile.am +++ b/addressbook/gui/contact-list-editor/Makefile.am @@ -6,6 +6,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/backend \ -I$(top_srcdir)/addressbook/gui/merging \ -I$(top_srcdir)/addressbook/gui/contact-editor \ + -I$(top_builddir)/shell \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DDATADIR=\""$(datadir)"\" \ -DEVOLUTION_DATADIR=\""$(datadir)"\" \ diff --git a/addressbook/gui/search/Makefile.am b/addressbook/gui/search/Makefile.am index d932aaac77..d5f3602bbb 100644 --- a/addressbook/gui/search/Makefile.am +++ b/addressbook/gui/search/Makefile.am @@ -11,6 +11,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/contact-editor \ -I$(top_srcdir)/widgets/e-text \ -I$(top_srcdir)/widgets/misc \ + -I$(top_builddir)/shell \ -DSEARCH_RULE_DIR=\"$(ruledir)\" \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index dc84125c39..f031b284e5 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -8,6 +8,7 @@ INCLUDES = \ -I$(top_srcdir)/addressbook/gui/contact-editor \ -I$(top_srcdir)/addressbook/gui/merging \ -I$(top_srcdir)/widgets/misc \ + -I$(top_builddir)/shell \ $(BONOBO_GNOME_CFLAGS) \ $(EXTRA_GNOME_CFLAGS) -- cgit v1.2.3