diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-28 10:28:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-06-28 10:28:44 +0000 |
commit | 2cbe0517df9daa71a49132982036b5c120e472fd (patch) | |
tree | c02ad3ca612f852c77a62c90b5105727255a1b44 /Build/source/texk/web2c/synctexdir | |
parent | d6f28a4f2581a1e325dd3e8e3f2fa322b0785412 (diff) |
texk/web2c: Build fix for libsynctex - the SyncTeX parser library
git-svn-id: svn://tug.org/texlive/trunk@34467 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/am/synctex.am | 10 | ||||
-rw-r--r-- | Build/source/texk/web2c/synctexdir/synctex.pc.in | 2 |
2 files changed, 5 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am index 1482aa5ebc4..9f614d148aa 100644 --- a/Build/source/texk/web2c/synctexdir/am/synctex.am +++ b/Build/source/texk/web2c/synctexdir/am/synctex.am @@ -22,6 +22,7 @@ $(synctex_OBJECTS): libsynctex.la ## The SyncTeX parser library EXTRA_LTLIBRARIES = libsynctex.la +lib_LTLIBRARIES = $(WANTEDLIBS) libsynctex_la_CPPFLAGS = -I$(srcdir)/synctexdir $(ZLIB_INCLUDES) -DSYNCTEX_USE_LOCAL_HEADER @@ -36,13 +37,10 @@ libsynctex_la_LIBADD = $(ZLIB_LIBS) $(libsynctex_la_OBJECTS): $(ZLIB_DEPEND) -if SYNCTEX -install-exec-local: libsynctex.la - $(MKDIR_P) "$(DESTDIR)$(libdir)" - $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) \ - libsynctex.la "$(DESTDIR)$(libdir)" +syncincludedir = ${includedir}/synctex -nobase_include_HEADERS = \ +if SYNCTEX +syncinclude_HEADERS = \ synctexdir/synctex_parser.h \ synctexdir/synctex_parser_utils.h endif SYNCTEX diff --git a/Build/source/texk/web2c/synctexdir/synctex.pc.in b/Build/source/texk/web2c/synctexdir/synctex.pc.in index 65532875038..7da4eead618 100644 --- a/Build/source/texk/web2c/synctexdir/synctex.pc.in +++ b/Build/source/texk/web2c/synctexdir/synctex.pc.in @@ -8,5 +8,5 @@ Description: SyncTeX parser library Version: @SYNCTEXVERSION@ Requires.private: zlib Libs: -L${libdir} -lsynctex -Cflags: -I${includedir} +Cflags: -I${includedir}/synctex |