diff options
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 4 | ||||
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 2 | ||||
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/Makefile.am | 2 | ||||
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
8 files changed, 23 insertions, 5 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 878f33962b..c2d07b9bf4 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,10 @@ 2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + * gui/component/select-names/Makefile.am: Add space after `-I' + when invoking `orbit-idl'. + +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + * gui/component/Makefile.am (EXTRA_DIST): Remove `ui.xml'. 2000-09-11 Christopher James Lahey <clahey@helixcode.com> diff --git a/addressbook/gui/component/select-names/Makefile.am b/addressbook/gui/component/select-names/Makefile.am index 44209b15f9..2a11a8fa3e 100644 --- a/addressbook/gui/component/select-names/Makefile.am +++ b/addressbook/gui/component/select-names/Makefile.am @@ -12,8 +12,8 @@ IDL_GENERATED = \ Evolution-Addressbook-SelectNames-impl.o: Evolution-Addressbook-SelectNames.h $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I$(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ - -I$(srcdir) $(srcdir)/Evolution-Addressbook-SelectNames.idl + $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + -I $(srcdir) $(srcdir)/Evolution-Addressbook-SelectNames.idl oafdir = $(datadir)/oaf oaf_DATA = evolution-addressbook-select-names.oafinfo diff --git a/composer/ChangeLog b/composer/ChangeLog index df80efc7c8..67f863eefa 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,7 @@ +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + + * Makefile.am ($(IDL_GENERATED)): Add space after `-I'. + 2000-09-05 Ettore Perazzoli <ettore@helixcode.com> * e-msg-composer.c (create_menubar_format): Accelerate the diff --git a/composer/Makefile.am b/composer/Makefile.am index 1ea472d566..dd5d840058 100644 --- a/composer/Makefile.am +++ b/composer/Makefile.am @@ -12,7 +12,7 @@ IDL_GENERATED = \ Evolution-Addressbook-SelectNames-impl.o: Evolution-Addressbook-SelectNames.h $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I$(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl ## diff --git a/mail/ChangeLog b/mail/ChangeLog index 737bc3260d..ee523d7710 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + ($(EVOLUTION_MAIL_CORBA_GENERATED)): Add space after `-I'. + +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + * Makefile.am: Remove `ui.xml' stuff. 2000-09-12 Dan Winship <danw@helixcode.com> diff --git a/mail/Makefile.am b/mail/Makefile.am index a1aee01a84..a0b935c612 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -125,7 +125,7 @@ glade_DATA = mail-config.glade mail-config-druid.glade local-config.glade iconsdir = $(datadir)/images/evolution $(EVOLUTION_MAIL_CORBA_GENERATED): Mail.idl - $(ORBIT_IDL) -I$(datadir)/idl -I`$(GNOME_CONFIG) --cflags idl` -I`$(GNOME_CONFIG) --datadir`/idl -I$(srcdir) $(srcdir)/Mail.idl + $(ORBIT_IDL) -I $(datadir)/idl -I `$(GNOME_CONFIG) --cflags idl` -I `$(GNOME_CONFIG) --datadir`/idl -I $(srcdir) $(srcdir)/Mail.idl EXTRA_DIST = Mail.idl $(glade_DATA) $(oaf_DATA) diff --git a/shell/ChangeLog b/shell/ChangeLog index ca05935dd6..10f2f09374 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2000-09-12 Ettore Perazzoli <ettore@helixcode.com> + + * ($(IDL_GENERATED)): Stupid `orbit-idl' wants a space after the + `-I'. + 2000-09-12 Lauris Kaplinski <lauris@helixcode.com> * e-shell-view.c (update_folder_title_bar): Translate UTF-8 diff --git a/shell/Makefile.am b/shell/Makefile.am index 9e259991ad..c80fd43b1e 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -36,7 +36,7 @@ IDL_GENERATED = \ Evolution-impl.o: Evolution.h $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I$(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ -I$(srcdir) $(srcdir)/Evolution.idl # Shell library |