diff options
author | gregory guy <[email protected]> | 2019-10-19 15:08:42 +0200 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2019-10-21 14:33:10 +0900 |
commit | 8ce088f2811139864850dfdd4c62d336f0c3189c (patch) | |
tree | d4a27c4ae73134eba2397c1ae9d5c5c3200c2060 /Makefile.am.in | |
parent | 26867ee292b89319af5ae7150dd887c025854d79 (diff) | |
download | knetload-8ce088f2811139864850dfdd4c62d336f0c3189c.tar.gz knetload-8ce088f2811139864850dfdd4c62d336f0c3189c.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 <[email protected]>
(cherry picked from commit 67a885d834f1e7d37374c0989fdd82cd50d0c282)
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/Makefile.am.in b/Makefile.am.in deleted file mode 100644 index b201c18..0000000 --- a/Makefile.am.in +++ /dev/null @@ -1,20 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am - -############################################################################ -# # -# 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. # -# # -############################################################################ - - -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO - |