mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 06:46:00 +01:00
Link synctex code for tests
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
1744adefdb
commit
f6073abcdc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ PROJECT = tests
|
||||||
SOURCE = tests.c $(wildcard test_*.c)
|
SOURCE = tests.c $(wildcard test_*.c)
|
||||||
OBJECTS = ${SOURCE:.c=.o}
|
OBJECTS = ${SOURCE:.c=.o}
|
||||||
|
|
||||||
ZOSOURCE = $(filter-out ../main.c,$(wildcard ../*.c))
|
ZOSOURCE = $(filter-out ../main.c,$(wildcard ../*.c) $(wildcard ../synctex/*.c))
|
||||||
|
|
||||||
ifneq (${WITH_SQLITE},0)
|
ifneq (${WITH_SQLITE},0)
|
||||||
INCS += $(SQLITE_INC)
|
INCS += $(SQLITE_INC)
|
||||||
|
|
Loading…
Reference in a new issue