From 927da631980f20b076109939190fa6c20b75bf8e Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Thu, 15 Jun 2000 15:11:42 +0000 Subject: merge the two separate noinst_PROGRAMS declarations into one so automake * cal-util/Makefile.am (noinst_PROGRAMS): merge the two separate noinst_PROGRAMS declarations into one so automake accepts it. (INCLUDES): include libical src dir so we don't depend on having ical.h already installed svn path=/trunk/; revision=3573 --- calendar/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 6ba8ac019e..8015dfeb43 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-06-15 Dan Winship + + * cal-util/Makefile.am (noinst_PROGRAMS): merge the two separate + noinst_PROGRAMS declarations into one so automake accepts it. + (INCLUDES): include libical src dir so we don't depend on having + ical.h already installed + 2000-06-13 Federico Mena Quintero * gui/calendar-model.c (CalendarModelPrivate): Added the array of -- cgit