mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:06:00 +01:00
link test against sqlite
This commit is contained in:
parent
3f05c12c0a
commit
dba33a04a1
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ ZSOURCE = $(shell find ../ -iname "*.c" -a ! -iname "database-*" ! -iname "mai
|
||||||
ZOBJECTS = ${ZSOURCE:.c=.o}
|
ZOBJECTS = ${ZSOURCE:.c=.o}
|
||||||
|
|
||||||
ifeq (${DATABASE}, sqlite)
|
ifeq (${DATABASE}, sqlite)
|
||||||
|
INCS += $(SQLITE_INC)
|
||||||
|
LIBS += $(SQLITE_LIB)
|
||||||
ZSOURCE += ../database-sqlite.c
|
ZSOURCE += ../database-sqlite.c
|
||||||
else
|
else
|
||||||
ifeq (${DATABASE}, plain)
|
ifeq (${DATABASE}, plain)
|
||||||
|
|
Loading…
Reference in a new issue