diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-28 11:51:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-28 11:51:03 +0000 |
commit | a023eeb74eb51a8037d2af6923a6c1b218ae0a10 (patch) | |
tree | c514baac726cd96db0255c416935951b224d6ac2 /Build/source/texk/web2c/synctexdir | |
parent | dd0ed622db05246c65cfec9450bf7c20ce1995b0 (diff) |
Install symbolic links initex->tex and inimf->mf
Use AM_CFLAGS instead of program specific *-CFLAGS
git-svn-id: svn://tug.org/texlive/trunk@21860 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/synctexdir')
-rw-r--r-- | Build/source/texk/web2c/synctexdir/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/synctexdir/am/synctex.am | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/synctexdir/ChangeLog b/Build/source/texk/web2c/synctexdir/ChangeLog index 6ffc25cf5b2..d044547de5b 100644 --- a/Build/source/texk/web2c/synctexdir/ChangeLog +++ b/Build/source/texk/web2c/synctexdir/ChangeLog @@ -1,3 +1,7 @@ +2011-03-28 Peter Breitenlohner <peb@mppmu.mpg.de> + + * am/synctex.am: Use AM_CFLAGS instead of synctex_CFLAGS. + 2011-03-14 Peter Breitenlohner <peb@mppmu.mpg.de> * synctex.c: Instead of sed-substituting TEX-OR-MF-OR-MP in diff --git a/Build/source/texk/web2c/synctexdir/am/synctex.am b/Build/source/texk/web2c/synctexdir/am/synctex.am index e548006f921..afc6bd05667 100644 --- a/Build/source/texk/web2c/synctexdir/am/synctex.am +++ b/Build/source/texk/web2c/synctexdir/am/synctex.am @@ -16,7 +16,6 @@ synctex_SOURCES = \ synctexdir/synctex_parser_utils.c synctex_CPPFLAGS = -I$(srcdir)/synctexdir $(ZLIB_INCLUDES) -DSYNCTEX_USE_LOCAL_HEADER -synctex_CFLAGS = $(WARNING_CFLAGS) synctex_LDADD = $(ZLIB_LIBS) |