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:
Bart van Strien
2012-06-29 13:04:32 +02:00
parent 72056caccd
commit f6099402e7
5 changed files with 45 additions and 47 deletions
+2
View File
@@ -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