diff options
author | deva <deva> | 2005-05-02 19:16:17 +0000 |
---|---|---|
committer | deva <deva> | 2005-05-02 19:16:17 +0000 |
commit | 726cc844fa89d1b0527dc5d676f41fc583b35501 (patch) | |
tree | 391e32a01b9003fabf2ded58311fc2f8b6471e76 /pixmaps/Makefile.am | |
parent | 3f4f5c8e919bd38f754bb13e4b097de349635c47 (diff) |
*** empty log message ***
Diffstat (limited to 'pixmaps/Makefile.am')
-rw-r--r-- | pixmaps/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am index 0061ffe..200228a 100644 --- a/pixmaps/Makefile.am +++ b/pixmaps/Makefile.am @@ -12,7 +12,8 @@ EXTRA_DIST = \ warning.png \ info.png \ error.png \ - question.png + question.png \ + backspace.png pixmapdir = $(datadir)/pixmaps @@ -30,5 +31,6 @@ pixmap_DATA = \ warning.png \ info.png \ error.png \ - question.png + question.png \ + backspace.png |