summaryrefslogtreecommitdiffstats
path: root/src/local.mk
blob: 571b90762c291c2198b117f37988149c8c631103 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/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