webperimental: killstack decides stack protects.
[freeciv.git] / server / generator / Makefile.am
blob2d00b7866a98c3a8f027b54caa145e28b27c6091
1 ## Process this file with automake to produce Makefile.in
2 noinst_LTLIBRARIES = libgenerator.la
4 AM_CPPFLAGS = \
5         -I$(top_srcdir)/utility \
6         -I$(top_srcdir)/common \
7         -I$(top_srcdir)/common/networking \
8         -I$(top_srcdir)/server \
9         -I$(top_srcdir)/server/generator \
10         -I$(top_srcdir)/dependencies/tinycthread
12 libgenerator_la_SOURCES = \
13         mapgen.c \
14         mapgen.h \
15         mapgen_topology.c \
16         mapgen_topology.h \
17         mapgen_utils.c \
18         mapgen_utils.h \
19         fracture_map.c \
20         fracture_map.h \
21         height_map.c \
22         height_map.h \
23         startpos.c \
24         startpos.h \
25         temperature_map.c \
26         temperature_map.h
28 libgenerator_la_LIBADD = -lm