mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
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:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user