diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-08 07:18:39 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-08 07:18:39 +0800 |
commit | d346998ba817c97e767cef055fd73b86c6f02dfb (patch) | |
tree | e013d0fbea0aee83f8fa6dba800c6b4f80375103 | |
parent | 5e793d76f46de7aa61a7e4d738c7753424041ec8 (diff) | |
download | gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar.gz gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar.bz2 gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar.lz gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar.xz gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.tar.zst gsoc2013-evolution-d346998ba817c97e767cef055fd73b86c6f02dfb.zip |
Fixed EXTRA_DIST for make distcheck.
2000-07-07 Christopher James Lahey <clahey@helixcode.com>
* art/Makefile.am: Fixed EXTRA_DIST for make distcheck.
svn path=/trunk/; revision=3967
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * art/Makefile.am: Fixed EXTRA_DIST for make distcheck. + +2000-07-07 Christopher James Lahey <clahey@helixcode.com> + * widgets/e-text/e-entry.c: Set "anchor" and "fill_clip_rectangle" arguments. diff --git a/art/Makefile.am b/art/Makefile.am index a7de1604af..4ec6c2812c 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -29,4 +29,6 @@ EXTRA_DIST = \ meeting.xpm \ priority-high.xpm \ priority-low.xpm \ + tree-expanded.xpm \ + tree-unexpanded.xpm \ $(images_DATA) |