diff options
author | Pablo Barciela <[email protected]> | 2019-08-31 21:52:21 +0200 |
---|---|---|
committer | lukefromdc <[email protected]> | 2019-09-08 21:29:36 +0000 |
commit | fe6a85533ba08ec7ea3f4cee139e10c76363288a (patch) | |
tree | 39bb8f0641b5f274b06a9c9daaa934f80fa0f70e /cut-n-paste/Makefile.am | |
parent | edd3661daf0c834881c59531bb52b42351b5afd2 (diff) | |
download | atril-fe6a85533ba08ec7ea3f4cee139e10c76363288a.tar.bz2 atril-fe6a85533ba08ec7ea3f4cee139e10c76363288a.tar.xz |
remove 'synctex' internally, work with external library instead
Diffstat (limited to 'cut-n-paste/Makefile.am')
-rw-r--r-- | cut-n-paste/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cut-n-paste/Makefile.am b/cut-n-paste/Makefile.am index bc7cd25b..786e8065 100644 --- a/cut-n-paste/Makefile.am +++ b/cut-n-paste/Makefile.am @@ -1,7 +1,3 @@ SUBDIRS = zoom-control toolbar-editor smclient -if USE_INTERNAL_SYNCTEX -SUBDIRS += synctex -endif - -include $(top_srcdir)/git.mk |