mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:53:46 +01:00
link test against sqlite
This commit is contained in:
parent
3f05c12c0a
commit
dba33a04a1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user