diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-23 13:33:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-11-23 13:33:45 +0000 |
commit | d94d1e19012275a489939c56c6df011e126cb682 (patch) | |
tree | 5dcdf20804c79b29783d5a52e50c7c0def670411 /Build/source/texk/web2c/window/Makefile.am | |
parent | 0af56a69384564cd03264928f7c602319a12128d (diff) |
web2c (TeX & Co): Avoid use of deprecated INCLUDES
git-svn-id: svn://tug.org/texlive/trunk@28339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/window/Makefile.am')
-rw-r--r-- | Build/source/texk/web2c/window/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/window/Makefile.am b/Build/source/texk/web2c/window/Makefile.am index 605e300c3d0..39f45df5e0d 100644 --- a/Build/source/texk/web2c/window/Makefile.am +++ b/Build/source/texk/web2c/window/Makefile.am @@ -3,9 +3,7 @@ ## Copyright (C) 2009, 2010 Peter Breitenlohner <tex-live@tug.org> ## You may freely use, modify and/or distribute this file. ## -INCLUDES = -I$(top_srcdir) $(KPATHSEA_INCLUDES) - -AM_CPPFLAGS = $(X_CFLAGS) +AM_CPPFLAGS = -I$(top_srcdir) $(KPATHSEA_INCLUDES) $(X_CFLAGS) AM_CFLAGS = $(WARNING_CFLAGS) ## Rebuild libkpathsea |