From b73ae5132cec1f4f206d0e62e8681aa0142cfe7b Mon Sep 17 00:00:00 2001 From: Peter Williams Date: Wed, 11 Jul 2001 13:56:04 +0000 Subject: Move this higher so that Makefile properly depends on us. Fixes distcheck. 2001-07-10 Peter Williams * gui/Makefile.am (BUILT_SOURCES): Move this higher so that Makefile properly depends on us. Fixes distcheck. svn path=/trunk/; revision=10998 --- calendar/gui/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index f41df82c27..e21fe3737f 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -27,6 +27,8 @@ $(IDL_GENERATED): $(IDLS) $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \ $(top_srcdir)/calendar/idl/evolution-calendar.idl +BUILT_SOURCES = $(IDL_GENERATED) + SUBDIRS = alarm-notify dialogs help_base = $(datadir)/gnome/help/cal @@ -180,7 +182,6 @@ evolution-calendar.pure: evolution-calendar endif -BUILT_SOURCES = $(IDL_GENERATED) CLEANFILES += $(BUILT_SOURCES) dist-hook: -- cgit v1.2.3