diff options
Diffstat (limited to 'composer')
-rw-r--r-- | composer/ChangeLog | 4 | ||||
-rw-r--r-- | composer/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
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 ## |