diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:12:21 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-02-17 01:12:21 +0000 |
commit | dba97e292b3ec919d02a771331cc137708bdef86 (patch) | |
tree | 2c0eef8b65f579854b7f44e64c40d6286da7685e /icons/Makefile.am | |
download | knetload-dba97e292b3ec919d02a771331cc137708bdef86.tar.gz knetload-dba97e292b3ec919d02a771331cc137708bdef86.zip |
Added KDE3 version of knetload
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetload@1091561 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'icons/Makefile.am')
-rw-r--r-- | icons/Makefile.am | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am new file mode 100644 index 0000000..30281f9 --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,18 @@ + +############################################################################ +# # +# KNetLoad action icons. # +# # +# KNetLoad is copyright (c) 1999-2000, Markus Gustavsson # +# (c) 2002, Ben Burton # +# # +# This program is free software; you can redistribute it and/or modify # +# it under the terms of the GNU General Public License as published by # +# the Free Software Foundation; either version 2 of the License, or # +# (at your option) any later version. # +# # +############################################################################ + +iconsdir = $(kde_datadir)/knetload/icons +icons_ICON = AUTO + |