blob: dffc8763644e5424c681806fa75d37270a6b3d3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
INCLUDES = \
-I${top_srcdir}/include \
-I${top_srcdir}/src/bitmap
noinst_LTLIBRARIES = libbuiltins.la
libbuiltins_la_SOURCES = \
builtin.h \
dir.c \
file.c \
fonts.c \
fpe.c \
render.c
|