From 9f78bda87d4806579ea6f95a9da866cc38904374 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sun, 9 Apr 2000 00:44:21 +0000 Subject: 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 --- ChangeLog | 5 +++++ art/Makefile.am | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9a5511175..34b6adbc67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-04-08 Dan Winship + + * art/Makefile.am: pixmap_DATA should have been images_DATA (after + pixmapdir was renamed to imagesdir) + 2000-04-08 Christopher James Lahey * 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) -- cgit v1.2.3