include trigger keydb_modstatsd Makefile in modules Makefile

This commit is contained in:
zliang 2023-08-11 15:14:35 -06:00
parent 6e1fbb2d14
commit 6e0305828e

View File

@ -13,7 +13,10 @@ endif
.SUFFIXES: .c .so .xo .o
all: helloworld.so hellotype.so helloblock.so hellocluster.so hellotimer.so hellodict.so hellohook.so helloacl.so
all: helloworld.so hellotype.so helloblock.so hellocluster.so hellotimer.so hellodict.so hellohook.so helloacl.so build-keydb_modstatsd
build-keydb_modstatsd:
-(cd keydb_modstatsd && $(MAKE))
.c.xo:
$(CC) -I. $(CFLAGS) $(SHOBJ_CFLAGS) -fPIC -c $< -o $@