* libs/fastindex: Changed Makefile to use LUCI_INSTALLDIR
This commit is contained in:
parent
a29fb388f5
commit
95116c8d3b
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ include ../../build/gccconfig.mk
|
|||
$(COMPILE) $(LUA_CFLAGS) $(FPIC) -c -o $@ $<
|
||||
|
||||
compile: src/fastindex.o
|
||||
mkdir -p dist/usr/lib/lua/luci
|
||||
$(LINK) $(SHLIB_FLAGS) -o dist/usr/lib/lua/luci/fastindex.so src/fastindex.o $(LUA_SHLIBS)
|
||||
mkdir -p dist$(LUCI_INSTALLDIR)
|
||||
$(LINK) $(SHLIB_FLAGS) -o dist$(LUCI_INSTALLDIR)/fastindex.so src/fastindex.o $(LUA_SHLIBS)
|
||||
|
||||
clean:
|
||||
rm -f src/*.o
|
||||
|
|
Loading…
Reference in a new issue