builddir != srcdir fun.

svn path=/trunk/; revision=6247
This commit is contained in:
Ettore Perazzoli
2000-10-28 11:47:25 +00:00
parent 85cc391f1a
commit 20bd2dbf35
4 changed files with 15 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2000-10-27 Ettore Perazzoli <ettore@helixcode.com>
* Makefile.am ($(IDL_GENERATED)): Get `Composer.idl' from
`$(srcdir)' so that it builds with builddir != srcdir.
2000-10-27 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Fixed my

View File

@ -14,7 +14,7 @@ selectnamesdir = $(top_srcdir)/addressbook/gui/component/select-names
$(IDL_GENERATED): $(IDLS) $(selectnamesdir)/Evolution-Addressbook-SelectNames.idl
$(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
-I $(selectnamesdir) -I . Composer.idl
-I $(selectnamesdir) -I . $(srcdir)/Composer.idl
##

View File

@ -1,3 +1,9 @@
2000-10-28 Ettore Perazzoli <ettore@helixcode.com>
* component/Makefile.am (INCLUDES): Add
`-I$(top_builddir)/executive-summary/evolution-services' and
`-I$(top_srcdir)/executive-summary/evolution-services'.
2000-10-25 Iain Holmes <iain@helixcode.com>
* component/e-summary-url.c (e_summary_url_exec): Execute a program

View File

@ -7,7 +7,9 @@ INCLUDES = \
-I$(top_builddir)/shell \
-I$(top_srcdir)/shell \
-I$(top_builddir)/executive-summary \
-I$(top_srcdir)/executive-summary/ \
-I$(top_srcdir)/executive-summary \
-I$(top_builddir)/executive-summary/evolution-services \
-I$(top_srcdir)/executive-summary/evolution-services \
$(EXTRA_GNOME_CFLAGS) \
$(GNOME_VFS_CFLAGS) \
$(UNICODE_CFLAGS) \