mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 14:56:00 +01:00
Re-add SYNCTEX_INC and SYNCTEX_LIB to tests/Makefile
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
c77845d26e
commit
54dad5dbfb
1 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,8 @@ CPPFLAGS += -DWITH_MAGIC
|
|||
endif
|
||||
|
||||
ifneq ($(WITH_SYSTEM_SYNCTEX),0)
|
||||
INCS += $(SYNCTEX_INC)
|
||||
LIBS += $(SYNCTEX_LIB)
|
||||
else
|
||||
ZATHURA_OBJECTS += $(wildcard ../${BUILDDIR_RELEASE}/zathura/synctex/*.o)
|
||||
ZATHURA_OBJECTS_DEBUG += $(wildcard ../${BUILDDIR_DEBUG}/zathura/synctex/*.o)
|
||||
|
|
Loading…
Reference in a new issue