diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-08 11:48:23 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:23 +0800 |
commit | 7439ad9ca1e74c926709d94a109404aced41cfff (patch) | |
tree | a0dea5575f9e8fe0f2454f8b36a24572b81e0b20 /widgets | |
parent | 8dda5a4a76e2439e485bb1617f036b0d941dbdb8 (diff) | |
download | gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.gz gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.tar.zst gsoc2013-evolution-7439ad9ca1e74c926709d94a109404aced41cfff.zip |
Fix distcheck errors.
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/table/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/widgets/table/Makefile.am b/widgets/table/Makefile.am index b2afc9990e..04ce1c6f66 100644 --- a/widgets/table/Makefile.am +++ b/widgets/table/Makefile.am @@ -179,13 +179,10 @@ libetable_la_LIBADD = \ $(GNOME_PLATFORM_LIBS) icons = \ - add-col.xpm \ arrow-down.xpm \ arrow-up.xpm \ - add-col.xpm \ check-empty.xpm \ check-filled.xpm \ - remove-col.xpm \ tree-expanded.xpm \ tree-unexpanded.xpm |