diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-14 05:15:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-14 05:15:38 +0800 |
commit | c09e51955e86ff2429b9a5592836bfbfd21bf811 (patch) | |
tree | 257d1db9641ea0b4c844b35eda3fe58770935738 | |
parent | 184ad0a7f66f5d549fa6f1e2acaaa87592190c33 (diff) | |
download | gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar.gz gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar.bz2 gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar.lz gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar.xz gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.tar.zst gsoc2013-evolution-c09e51955e86ff2429b9a5592836bfbfd21bf811.zip |
remove blank.xpm and check.xpm which no longer exist
* Makefile.am (EXTRA_DIST): remove blank.xpm and check.xpm which
no longer exist
svn path=/trunk/; revision=4807
-rw-r--r-- | filter/ChangeLog | 5 | ||||
-rw-r--r-- | filter/Makefile.am | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 1fcb8e3680..4801f44ced 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,8 @@ +2000-08-13 Dan Winship <danw@helixcode.com> + + * Makefile.am (EXTRA_DIST): remove blank.xpm and check.xpm which + no longer exist + 2000-08-12 Dan Winship <danw@helixcode.com> * filter-driver.c (describe_filter_mail): Use diff --git a/filter/Makefile.am b/filter/Makefile.am index e8195559ee..8971f695c3 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -59,8 +59,7 @@ libfilter_la_SOURCES = \ vfolder-rule.c \ vfolder-rule.h -EXTRA_DIST = blank.xpm check.xpm \ - filtertypes.xml vfoldertypes.xml +EXTRA_DIST = filtertypes.xml vfoldertypes.xml # basic rules. filterdir = $(prefix)/share/evolution |