mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
4ccbe6dfec
Make genmodules create a simpler Makefile.am: Instead of generating separate rules for modules and implementations, just create rules for modules and lua libraries Disable selection of non-lua libraries, they will now be built when needed. Also disable selection of implementations, because that was useless anyway. Note: inter-module dependencies aren't dealt with (yet). --HG-- branch : minor