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 /addressbook | |
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 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 5 | ||||
-rw-r--r-- | addressbook/gui/component/select-names/Makefile.am | 4 |
2 files changed, 7 insertions, 2 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 |