summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: ceb4557a4640b694ec876a7bf3f32500b7ece990 (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
include $(top_srcdir)/src/resources/local.mk

sdlex_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