diff options
Diffstat (limited to 'cut-n-paste/synctex/Makefile.am')
-rw-r--r-- | cut-n-paste/synctex/Makefile.am | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/cut-n-paste/synctex/Makefile.am b/cut-n-paste/synctex/Makefile.am index 5d7b24c2..415cc0ff 100644 --- a/cut-n-paste/synctex/Makefile.am +++ b/cut-n-paste/synctex/Makefile.am @@ -1,10 +1,15 @@ +NULL = + noinst_LTLIBRARIES = libsynctex.la -libsynctex_la_SOURCES = \ +libsynctex_la_SOURCES = \ synctex_parser.c \ - synctex_parser.h \ - synctex_parser_utils.h \ - synctex_parser_utils.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 \ |