From 62d83b547e11a4471cab55b1652e6f37a39c904b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 12 Sep 2000 21:14:18 +0000 Subject: Thou shalt add a space after `-I' when invoking `orbit-idl'. svn path=/trunk/; revision=5386 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/select-names/Makefile.am | 4 ++-- composer/ChangeLog | 4 ++++ composer/Makefile.am | 2 +- mail/ChangeLog | 4 ++++ mail/Makefile.am | 2 +- shell/ChangeLog | 5 +++++ 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,3 +1,8 @@ +2000-09-12 Ettore Perazzoli + + * gui/component/select-names/Makefile.am: Add space after `-I' + when invoking `orbit-idl'. + 2000-09-12 Ettore Perazzoli * gui/component/Makefile.am (EXTRA_DIST): Remove `ui.xml'. 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 + + * Makefile.am ($(IDL_GENERATED)): Add space after `-I'. + 2000-09-05 Ettore Perazzoli * 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,3 +1,7 @@ +2000-09-12 Ettore Perazzoli + + ($(EVOLUTION_MAIL_CORBA_GENERATED)): Add space after `-I'. + 2000-09-12 Ettore Perazzoli * Makefile.am: Remove `ui.xml' stuff. 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 + + * ($(IDL_GENERATED)): Stupid `orbit-idl' wants a space after the + `-I'. + 2000-09-12 Lauris Kaplinski * 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 -- cgit