builddir != srcdir fun.
svn path=/trunk/; revision=6247
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
##
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user