mirror of
https://github.com/love2d/love.git
synced 2026-08-17 11:00:31 +02:00
Make it build on linux
- Removed weird #ifdefs - Enabled optional executable building - Fixed exclude files, they're regexes after all
This commit is contained in:
@@ -8,11 +8,13 @@ echo "AM_CPPFLAGS = -I$inc_current -I$inc_modules -I$inc_libraries -I/usr/includ
|
||||
AUTOMAKE_OPTIONS = subdir-objects
|
||||
SUBDIRS =
|
||||
|
||||
if LOVE_BUILD_EXE
|
||||
# LÖVE executable
|
||||
bin_PROGRAMS = love
|
||||
#love_LDFLAGS =
|
||||
love_LDADD = liblove.la
|
||||
love_SOURCES = love.cpp
|
||||
endif
|
||||
|
||||
# libLÖVE
|
||||
lib_LTLIBRARIES = liblove.la
|
||||
|
||||
Reference in New Issue
Block a user