diff options
author | Slávek Banko <[email protected]> | 2018-12-13 18:35:41 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-13 18:42:05 +0100 |
commit | 0557917aa98c792eb316ce176c97849f3e7bdb3e (patch) | |
tree | 4ee596079b11ec246e6355a33563aa41d3e0e364 /icons/Makefile.am | |
parent | 63cec2ebf40be205347bd97b53ad2a77dbcdcb38 (diff) | |
download | kcpuload-0557917aa98c792eb316ce176c97849f3e7bdb3e.tar.gz kcpuload-0557917aa98c792eb316ce176c97849f3e7bdb3e.zip |
Fix structure of directories
Signed-off-by: Slávek Banko <[email protected]>
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..416046e --- /dev/null +++ b/icons/Makefile.am @@ -0,0 +1,18 @@ + +############################################################################ +# # +# KCPULoad action icons. # +# # +# KCPULoad 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)/kcpuload/icons +icons_ICON = AUTO + |