diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 15:37:50 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2007-03-22 15:37:50 +0000 |
commit | bb7ef3927351f98fd69b91ee3c0a851bad736758 (patch) | |
tree | 2b3beda1e5658f02ee49c90783c035da6a47e9f4 /icons/Makefile.am | |
parent | c593de30ca56475143de04598470d3a29b66b9dc (diff) | |
download | clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.gz clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.bz2 clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.tar.xz clientdata-bb7ef3927351f98fd69b91ee3c0a851bad736758.zip |
Fixed problems with window icon on Windows as much as possible.
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 9697a363..3354d7ff 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,10 +1,7 @@ iconsdir = $(pkgdatadir)/data/icons -icons_DATA = \ - tmw.ico \ - tmw.png \ - tmw.xpm +icons_DATA = tmw-32x32.png install-data-local: $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps |