aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--art/Makefile.am5
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 <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)