aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-07-11 21:56:04 +0800
committerPeter Williams <peterw@src.gnome.org>2001-07-11 21:56:04 +0800
commitb73ae5132cec1f4f206d0e62e8681aa0142cfe7b (patch)
tree8058d24c7da5f76238c3592bb226f1277a0a3475 /calendar
parente09bb584caaef621979759ab92d2cefe41e84d72 (diff)
downloadgsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar.gz
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar.bz2
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar.lz
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar.xz
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.tar.zst
gsoc2013-evolution-b73ae5132cec1f4f206d0e62e8681aa0142cfe7b.zip
Move this higher so that Makefile properly depends on us. Fixes distcheck.
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. svn path=/trunk/; revision=10998
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: