diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-09 08:44:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-09 08:44:21 +0800 |
commit | 9f78bda87d4806579ea6f95a9da866cc38904374 (patch) | |
tree | 4f84a9bf1ace0921e4d08e3036b7aa2b1d910f84 | |
parent | a09c52cdf9328ff9ddb64f727a06fe5d92d37b46 (diff) | |
download | gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.gz gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.bz2 gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.lz gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.xz gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.tar.zst gsoc2013-evolution-9f78bda87d4806579ea6f95a9da866cc38904374.zip |
pixmap_DATA should have been images_DATA (after pixmapdir was renamed to
* art/Makefile.am: pixmap_DATA should have been images_DATA (after
pixmapdir was renamed to imagesdir)
svn path=/trunk/; revision=2345
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 5 |
2 files changed, 7 insertions, 3 deletions
@@ -1,3 +1,8 @@ +2000-04-08 Dan Winship <danw@helixcode.com> + + * art/Makefile.am: pixmap_DATA should have been images_DATA (after + pixmapdir was renamed to imagesdir) + 2000-04-08 Christopher James Lahey <clahey@helixcode.com> * addressbook/gui/minicard/.cvsignore, diff --git a/art/Makefile.am b/art/Makefile.am index 5feb519e21..648cecf30a 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -16,6 +16,5 @@ EXTRA_DIST = \ mark.xpm \ meeting.xpm \ priority-high.xpm \ - priority-low.xpm -# \ -# $(pixmap_DATA) + priority-low.xpm \ + $(images_DATA) |