diff options
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/cal-util/.cvsignore | 2 | ||||
-rw-r--r-- | calendar/pcs/.cvsignore | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dee7f11841..1373644267 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2000-04-26 Christopher James Lahey <clahey@helixcode.com> + + * cal-util/.cvsignore: Replaced libcal-util.la with *.la + + * pcs/.cvsignore: Added *.la and *.lo. + 2000-04-25 Federico Mena Quintero <federico@helixcode.com> * pcs/cal-factory.c (backend_last_client_gone_cb): Renamed from diff --git a/calendar/cal-util/.cvsignore b/calendar/cal-util/.cvsignore index db4c89d448..fe97f9aa2c 100644 --- a/calendar/cal-util/.cvsignore +++ b/calendar/cal-util/.cvsignore @@ -2,5 +2,5 @@ Makefile.in Makefile .deps -libcal-util.la *.lo +*.la diff --git a/calendar/pcs/.cvsignore b/calendar/pcs/.cvsignore index 564ce29f83..594756e164 100644 --- a/calendar/pcs/.cvsignore +++ b/calendar/pcs/.cvsignore @@ -2,6 +2,8 @@ Makefile Makefile.in .deps .libs +*.la +*.lo evolution-calendar-stubs.c evolution-calendar-skels.c evolution-calendar-common.c |