diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-09 10:53:09 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-09 10:53:09 +0000 |
commit | 741468a4fbc1314e083ec3961934fedbc6a2d90f (patch) | |
tree | 272a135ce5cd21fcd4f42f2baa04a45f47658773 /Build/source/texk/web2c/Makefile.am | |
parent | b0cc890be0ceec49e914a5b50cea4428b37044ee (diff) |
texk/web2c: Reorganize rules for libsynctex
git-svn-id: svn://tug.org/texlive/trunk@36470 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/Makefile.am b/Build/source/texk/web2c/Makefile.am index 85889fc2eed..54515ae21d5 100644 --- a/Build/source/texk/web2c/Makefile.am +++ b/Build/source/texk/web2c/Makefile.am @@ -17,15 +17,18 @@ proglib = lib/lib.a ## Below we will add to these EXTRA_PROGRAMS = +EXTRA_LIBRARIES = +EXTRA_LTLIBRARIES = bin_PROGRAMS = +lib_LIBRARIES = +lib_LTLIBRARIES = noinst_PROGRAMS = dist_man_MANS = nodist_man_MANS = check_PROGRAMS = TESTS = -EXTRA_LIBRARIES = EXTRA_DIST = PROJECTS cftests cpascal.h help.h w2c/config.h -DISTCLEANFILES = $(EXTRA_LIBRARIES) CXXLD.sh +DISTCLEANFILES = CXXLD.sh CLEANFILES = TRIPTRAP_CLEAN = TRIPTRAP = |