aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog5
-rw-r--r--calendar/gui/Makefile.am3
2 files changed, 7 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index b49e58c3e0..9da55a75a1 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-10 Peter Williams <peterw@ximian.com>
+
+ * gui/Makefile.am (BUILT_SOURCES): Move this higher so that
+ Makefile properly depends on us. Fixes distcheck.
+
2001-07-11 Jason Leach <jleach@ximian.com>
[Fix bug #4389: ETableSpecification still in e-calendar-table.c
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: