repo.or.cz
/
freeciv.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do not return NULL as boolean from wonder_is_lost() nor wonder_is_built()
[freeciv.git]
/
dependencies
/
Makefile.am
blob
b85d8cb5117b6d358582f296daa938eefafd11d9
1
## Process this file with automake to produce Makefile.in
2
3
if SYS_LUA
4
LUASUBDIR =
5
else
6
LUASUBDIR = lua-5.3
7
endif
8
9
SUBDIRS = $(LUASUBDIR) tolua-5.2 cvercmp
10
11
if FCDB_DB
12
SUBDIRS += luasql
13
endif
14
15
EXTRA_DIST = \
16
m4/mkstemp.m4 \
17
m4/stdlib_h.m4