mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 02:18:21 +01:00
5 lines
183 B
Makefile
5 lines
183 B
Makefile
lib_LTLIBRARIES = ulib.la
|
|
ulib_la_LDFLAGS = -module -avoid-version -shared
|
|
ulib_la_SOURCES = 3rd/zip/zip.c ulib.c
|
|
libdir=$(prefix)/lib/lua/
|
|
EXTRA_DIST = 3rd/zip/miniz.c 3rd/zip/zip.h
|