summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: 1950fee093acad740dcf67551e3dd04af2b7dcdd (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
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/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