diff options
Diffstat (limited to 'executive-summary/component/Makefile.am')
-rw-r--r-- | executive-summary/component/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/executive-summary/component/Makefile.am b/executive-summary/component/Makefile.am index 5b3f147dfd..b580823455 100644 --- a/executive-summary/component/Makefile.am +++ b/executive-summary/component/Makefile.am @@ -32,8 +32,8 @@ COMPOSER_GENERATED = \ Composer-impl.o: Composer.h $(COMPOSER_GENERATED): - $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ - -I$(srcdir) $(top_srcdir)/composer/Composer.idl + $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ + $(top_srcdir)/composer/Composer.idl evolution_executive_summary_SOURCES = \ $(COMPOSER_GENERATED) \ |