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:
committed by
Peter Williams
parent
f9509b4cf4
commit
55938df2d4
@ -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):
|
||||
|
||||
@ -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)"\" \
|
||||
|
||||
@ -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)"\" \
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user