diff options
author | gregory guy <gregory-tde@laposte.net> | 2019-10-16 11:17:45 +0200 |
---|---|---|
committer | gregory guy <gregory-tde@laposte.net> | 2019-10-16 11:20:30 +0200 |
commit | 68a5173782a8d3d05dbbc20e2209c82927ff5035 (patch) | |
tree | a0bcf22fbb168b31c1f8847f275866580eb895c6 /Makefile.am | |
parent | 5f336c12806b01b2492d928bd60ac5ad148db1e2 (diff) | |
download | kiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.tar.gz kiosktool-68a5173782a8d3d05dbbc20e2209c82927ff5035.zip |
Drop automake build support.
Add basic cmake build instructions in an INSTALL file.
Complete the description in README.
Deleted file: VERSION
Signed-off-by: gregory guy <gregory-tde@laposte.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index a91f4b2..0000000 --- a/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am - - -$(top_srcdir)/acinclude.m4: -SUBDIRS=$(TOPSUBDIRS) |