summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: cdbdc066feee5235821efa0c634a295b0ad389d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
include $(top_srcdir)/src/resources/local.mk
include $(top_srcdir)/src/scripting/local.mk

boukengine_SOURCES += \
	src/area.c \
	src/area.h \
	src/base64.c \
	src/base64.h \
	src/compression.c \
	src/compression.h \
	src/demo.c \
	src/demo.h \
	src/game.c \
	src/game.h \
	src/init.c \
	src/init.h \
	src/logging.c \
	src/logging.h \
	src/main.c \
	src/palettes.c \
	src/palettes.h \
	src/script.c \
	src/script.h \
	src/viewport.c \
	src/viewport.h \
	src/xml.c \
	src/xml.h