diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 05:14:18 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-13 05:14:18 +0800 |
commit | 62d83b547e11a4471cab55b1652e6f37a39c904b (patch) | |
tree | 19703062f9430ceac8adecf6ccdfd779f118d9a3 /composer/Makefile.am | |
parent | 75a2435a44a45e9739aa1697dae66125ceef2bb0 (diff) | |
download | gsoc2013-evolution-62d83b547e11a4471cab55b1652e6f37a39c904b.tar.gz 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
Diffstat (limited to 'composer/Makefile.am')
-rw-r--r-- | composer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 ## |