diff --git a/tests/Makefile b/tests/Makefile index 1700ada..50e003f 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -12,6 +12,8 @@ ZSOURCE = $(shell find ../ -iname "*.c" -a ! -iname "database-*" ! -iname "mai ZOBJECTS = ${ZSOURCE:.c=.o} ifeq (${DATABASE}, sqlite) +INCS += $(SQLITE_INC) +LIBS += $(SQLITE_LIB) ZSOURCE += ../database-sqlite.c else ifeq (${DATABASE}, plain)