mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-26 17:38:21 +01:00
9 lines
187 B
Makefile
9 lines
187 B
Makefile
lib_LTLIBRARIES = md.la
|
|
md_la_LDFLAGS = -module -avoid-version -shared
|
|
md_la_SOURCES = md.c md4c/entity.c md4c/md4c.c md4c/md4c-html.c
|
|
|
|
|
|
|
|
libdir=$(prefix)/lib/lua/
|
|
|
|
EXTRA_DIST = md4c/*.h
|