aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-09-13 05:14:18 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-09-13 05:14:18 +0800
commit62d83b547e11a4471cab55b1652e6f37a39c904b (patch)
tree19703062f9430ceac8adecf6ccdfd779f118d9a3
parent75a2435a44a45e9739aa1697dae66125ceef2bb0 (diff)
downloadgsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.gz
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.bz2
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.lz
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.xz
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.zst
gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.zip
Thou shalt add a space after `-I' when invoking `orbit-idl'.
svn path=/trunk/; revision=5386
-rw-r--r--addressbook/ChangeLog5
-rw-r--r--addressbook/gui/component/select-names/Makefile.am4
-rw-r--r--composer/ChangeLog4
-rw-r--r--composer/Makefile.am2
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/Makefile.am2
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am2
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