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 /calendar/gui | |
parent | ccd5902f05457cccbed1d2181aa3ada67eebcc73 (diff) | |
download | gsoc2013-evolution-be13ce4070d8914468a263d830c3b79ed4e2058c.tar.gz 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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/Makefile.am | 12 |
1 files changed, 8 insertions, 4 deletions
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 |