diff options
Diffstat (limited to 'calendar/gui/Makefile.am')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 7e13a47ff7..63dd31d327 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -1,7 +1,7 @@ ## CORBA stuff IDLS = \ - Evolution-Composer.idl + $(srcdir)/../../composer/Evolution-Composer.idl IDL_GENERATED = \ Evolution-Composer.h \ @@ -11,7 +11,7 @@ IDL_GENERATED = \ $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ - -I . Evolution-Composer.idl + -I . $(srcdir)/../../composer/Evolution-Composer.idl ## |