diff options
author | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2009-07-08 11:35:32 +0000 |
---|---|---|
committer | Jérôme Laurens <jerome.laurens@u-bourgogne.fr> | 2009-07-08 11:35:32 +0000 |
commit | c22898f94bcbefb6ac42d8d109cdc298fc646007 (patch) | |
tree | 9ec375267ec93c2c47f5b7619440687f44d8287d /Build/source/texk/web2c/synctexdir/am/synctex.am | |
parent | d68114f5117e9ca6c33a676b9b239a5617196baa (diff) |
First synctex update, it might need some fine tuning in order to work on all platforms.\nSee the file synctex_parser_history.txt for more details.
git-svn-id: svn://tug.org/texlive/trunk@14186 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir/am/synctex.am')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/am/synctex.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am index 4b0bad7f993..f84750b6cc1 100644 --- a/Build/source/texk/web2c/synctexdir/am/synctex.am +++ b/Build/source/texk/web2c/synctexdir/am/synctex.am @@ -11,6 +11,8 @@ synctex_SOURCES = \ synctexdir/synctex_main.c \ synctexdir/synctex_parser.c \ synctexdir/synctex_parser.h \ + synctexdir/synctex_parser_utils.h \ + synctexdir/synctex_parser_utils.c \ synctexdir/synctex_parser_local.h synctex_CPPFLAGS = -I$(srcdir)/synctexdir $(ZLIB_INCLUDES) -DSYNCTEX_USE_LOCAL_HEADER |