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/synctex/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/synctex/Makefile.am')
-rw-r--r-- | cut-n-paste/synctex/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/cut-n-paste/synctex/Makefile.am b/cut-n-paste/synctex/Makefile.am deleted file mode 100644 index 415cc0ff..00000000 --- a/cut-n-paste/synctex/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -NULL = - -noinst_LTLIBRARIES = libsynctex.la - -libsynctex_la_SOURCES = \ - synctex_parser.c \ - synctex_parser.h \ - synctex_parser_advanced.h \ - synctex_parser_utils.c \ - synctex_parser_utils.h \ - synctex_version.h \ - $(NULL) - -libsynctex_la_CPPFLAGS = \ - -DSYNCTEX_VERBOSE=0 \ - $(AM_CPPFLAGS) - -libsynctex_la_CFLAGS = \ - $(SHELL_CORE_CFLAGS) \ - $(AM_CFLAGS) \ - $(WARNING_CFLAGS) \ - $(DISABLE_DEPRECATED) - --include $(top_srcdir)/git.mk |