Clean up autotools build scripts

- Removed unused platform/unix/gen-makefile
- Added current version as suffix to the built library (now liblove-0.11.0.so, for example)
  - Added target version to configure.ac
- Include .lua files as sources, so they get included in 'make dist'

--HG--
branch : minor
This commit is contained in:
Bart van Strien
2017-01-15 22:07:51 +01:00
parent 44dc4bb2a2
commit ff336041a9
3 changed files with 3 additions and 41 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
AC_INIT([love], [HEAD])
AC_INIT([love], [0.11.0])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([platform/unix])
AC_CONFIG_MACRO_DIR([platform/unix/m4])