summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: d2249c8b4f178dd4c9418bb23ce295ea5663908c (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
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/viewport.c \
	src/viewport.h \
	src/xml.c \
	src/xml.h