mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 19:37:00 +08:00
12 lines
199 B
Makefile
12 lines
199 B
Makefile
datadir=$(prefix)/lib
|
|
|
|
|
|
if MGFONT_SEF
|
|
|
|
data_DATA=libscripteasy.so
|
|
EXTRA_DIST = ${data_DATA} test/sample.c test/dejavu_sans_ttf.h \
|
|
test/font_table.c test/fzxhgb_yh_ttf.h test/Makefile
|
|
|
|
endif
|
|
|