diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-19 15:08:42 +0200 |
commit | 67a885d834f1e7d37374c0989fdd82cd50d0c282 (patch) | |
tree | 941b33261dd67c9e48b7d3d011184888c189b893 /icons | |
parent | db515d1574855a0b4bc6f976ff78b60df7ceae78 (diff) | |
download | knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.tar.gz knetload-67a885d834f1e7d37374c0989fdd82cd50d0c282.zip |
Drop automake build support.
Add basic cmake build instructions in INSTALL.
version.h (return knetload version) has moved to the "knetload"
folder.
Rework the README and INSTALL files.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am deleted file mode 100644 index 30281f9..0000000 --- a/icons/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ - -############################################################################ -# # -# 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 - |