diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9a51ce0df5..a960ec7d99 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-03-29 Matt Loper <matt@helixcode.com> + + * Makefile.am: remove the gui directory, which doesn't compile. + 2000-03-28 Matt Loper <matt@helixcode.com> * pcs/Makefile.am: create a libpcs.la library, for use in the diff --git a/calendar/Makefile.am b/calendar/Makefile.am index e173063a48..c84efe5eeb 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -1 +1 @@ -SUBDIRS = doc idl cal-util pcs cal-client gui +SUBDIRS = doc idl cal-util pcs cal-client # gui |