srcdir != builddir compile fix.

2001-07-02  Peter Williams  <peterw@ximian.com>

        * 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
This commit is contained in:
Peter Williams
2001-07-02 14:39:10 +00:00
committed by Peter Williams
parent f9509b4cf4
commit 55938df2d4
5 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,14 @@
2001-07-02 Peter Williams <peterw@ximian.com>
* 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 <clahey@ximian.com>
* gui/contact-editor/e-contact-editor.c (categories_clicked):

View File

@ -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)"\" \

View File

@ -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)"\" \

View File

@ -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)

View File

@ -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)