mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2024-12-28 02:18:21 +01:00
14 lines
256 B
Makefile
14 lines
256 B
Makefile
lib_LTLIBRARIES = wurl.la
|
|
wurl_la_LDFLAGS = -module -avoid-version -shared
|
|
wurl_la_SOURCES = wurl.c
|
|
# wurl_la_LIBADD = ../../.libs/lua.la
|
|
|
|
#wurl.c: liblinking
|
|
|
|
#liblinking:
|
|
# -ln -s ../../.libs/lua.so
|
|
|
|
#clean-local:
|
|
# -rm ./*.so
|
|
|
|
libdir=$(prefix)/lib/lua/
|