diff options
Diffstat (limited to 'calendar/pcs/Makefile.am')
-rw-r--r-- | calendar/pcs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/pcs/Makefile.am b/calendar/pcs/Makefile.am index a8c2749e27..3432837685 100644 --- a/calendar/pcs/Makefile.am +++ b/calendar/pcs/Makefile.am @@ -23,7 +23,7 @@ CORBA_GENERATED = $(CORBA_GENERATED_H) $(CORBA_GENERATED_C) idls = \ $(srcdir)/../idl/evolution-calendar.idl -idl_flags = -I $(srcdir) `$(GNOME_CONFIG) --cflags idl` -I $(datadir)/idl +idl_flags = -I $(srcdir) $(IDL_INCLUDES) $(CORBA_GENERATED): $(idls) $(ORBIT_IDL) $(idl_flags) $(srcdir)/../idl/evolution-calendar.idl |