diff options
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/search/Makefile.am | 1 | ||||
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 1 |
4 files changed, 4 insertions, 0 deletions
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) |