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 --- shell/ChangeLog | 5 +++++ shell/Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') 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 v1.2.3