diff options
author | gregory guy <[email protected]> | 2019-10-16 11:17:45 +0200 |
---|---|---|
committer | gregory guy <[email protected]> | 2019-10-16 11:20:30 +0200 |
commit | 68a5173782a8d3d05dbbc20e2209c82927ff5035 (patch) | |
tree | a0bcf22fbb168b31c1f8847f275866580eb895c6 /Makefile.am.in | |
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 <[email protected]>
Diffstat (limited to 'Makefile.am.in')
-rw-r--r-- | Makefile.am.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.am.in b/Makefile.am.in deleted file mode 100644 index 99d46d8..0000000 --- a/Makefile.am.in +++ /dev/null @@ -1,7 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.5 - -include admin/deps.am -include admin/Doxyfile.am - -$(top_srcdir)/acinclude.m4: $(top_srcdir)/*/*.m4 - |