From f1c1bbd843ab9ec47aa56782901d749bf895068f Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 22 Aug 2019 10:28:28 +0200 Subject: build: Use synctex system library if available based on https://gitlab.gnome.org/GNOME/evince/commit/9edaca5b7b35bbbeeecfaf8d9291a4c092d8be91 --- cut-n-paste/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cut-n-paste') diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am index b765ee9a..bc7cd25b 100644 --- a/cut-n-paste/Makefile.am +++ b/cut-n-paste/Makefile.am @@ -1,3 +1,7 @@ -SUBDIRS = zoom-control toolbar-editor smclient synctex +SUBDIRS = zoom-control toolbar-editor smclient + +if USE_INTERNAL_SYNCTEX +SUBDIRS += synctex +endif -include $(top_srcdir)/git.mk -- cgit v1.2.1