diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-11-08 18:57:11 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-11-08 18:57:11 +0800 |
commit | 4501cd95efbce5f0f9392df36987c805a9f50597 (patch) | |
tree | 18aa38a08d7c486c37fc893b812e2c0470022c39 /shell/importer | |
parent | afd87cea9aef33bdd7241cd27eabb417e3587d7a (diff) | |
download | gsoc2013-evolution-4501cd95efbce5f0f9392df36987c805a9f50597.tar.gz gsoc2013-evolution-4501cd95efbce5f0f9392df36987c805a9f50597.tar.zst gsoc2013-evolution-4501cd95efbce5f0f9392df36987c805a9f50597.zip |
use correctly IDL flags.
2002-11-08 Rodrigo Moya <rodrigo@ximian.com>
* importer/Makefile.am: use correctly IDL flags.
svn path=/trunk/; revision=18665
Diffstat (limited to 'shell/importer')
-rw-r--r-- | shell/importer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/importer/Makefile.am b/shell/importer/Makefile.am index 6e08187e34..3865ec8a32 100644 --- a/shell/importer/Makefile.am +++ b/shell/importer/Makefile.am @@ -20,7 +20,7 @@ IDL_GENERATED = \ GNOME_Evolution_Importer-impl.o: GNOME_Evolution_Importer.h $(IDL_GENERATED): $(IDLS) - $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES) \ $(srcdir)/GNOME_Evolution_Importer.idl idldir = $(datadir)/idl |