mirror of
https://github.com/lxsang/antd-lua-plugin
synced 2025-07-25 02:09:53 +02:00
add more modules
This commit is contained in:
@ -1,7 +0,0 @@
|
||||
include ../../../../var.mk
|
||||
|
||||
LIB_NAME=stmr.$(LIB_EXT)
|
||||
LIB_OBJ= stmr.o
|
||||
|
||||
|
||||
include ../../lib.mk
|
4
lib/stmr/Makefile.am
Normal file
4
lib/stmr/Makefile.am
Normal file
@ -0,0 +1,4 @@
|
||||
lib_LTLIBRARIES = stmr.la
|
||||
stmr_la_LDFLAGS = -module -avoid-version -shared
|
||||
stmr_la_SOURCES = stmr.c
|
||||
libdir=$(prefix)/lib/lua/
|
Reference in New Issue
Block a user