diff options
-rw-r--r-- | calendar/ChangeLog | 4 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 12 |
2 files changed, 12 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8936c1608c..5ada24c682 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2000-07-26 Jeffrey Stedfast <fejj@helixcode.com> + + * gui/Makefile.am: Added a few xpm files to the EXTRA DIST section + 2000-07-25 Federico Mena Quintero <federico@helixcode.com> * cal-util/cal-component.c (cal_component_free_period_list): New function. diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index 3eb1273c44..52b287c738 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -114,12 +114,16 @@ EXTRA_DIST = \ $(OAF_GNORBA_EXTRAS) \ $(glade_DATA) \ bell.xpm \ - recur.xpm \ - jump.xpm \ dayview.xpm \ - workweekview.xpm \ - weekview.xpm \ + jump.xpm \ monthview.xpm \ + recur.xpm \ + task-assign-to.xpm \ + task-assigned.xpm \ + task-recurring.xpm \ + task.xpm \ + weekview.xpm \ + workweekview.xpm \ yearview.xpm \ calendar-control.gnorba \ calendar-control.oafinfo |