diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-07-27 01:37:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-07-27 01:37:49 +0800 |
commit | be13ce4070d8914468a263d830c3b79ed4e2058c (patch) | |
tree | 4b5f1cfade6acf8b92dce2c5521e8094dae94575 | |
parent | ccd5902f05457cccbed1d2181aa3ada67eebcc73 (diff) | |
download | gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.gz gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.bz2 gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.lz gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.xz gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.zst gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.zip |
Added a few xpm files to the EXTRA DIST section
2000-07-26 Jeffrey Stedfast <fejj@helixcode.com>
* gui/Makefile.am: Added a few xpm files to the EXTRA DIST section
svn path=/trunk/; revision=4351
-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 |