summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/win32/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-04 10:17:45 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-04 10:17:45 +0000
commitd9fb534f18ff3816d0d7152a10e56f5fcd3821f7 (patch)
tree1a4c53617f27b6e19665be707f7d1e126cba43e7 /Build/source/texk/kpathsea/win32/Makefile.am
parent98e0dde44b1cc1668a98162cd1037770216bb41b (diff)
kpathsea/win32: Use stat in is_dir()
git-svn-id: svn://tug.org/texlive/trunk@27876 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/win32/Makefile.am')
-rw-r--r--Build/source/texk/kpathsea/win32/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/win32/Makefile.am b/Build/source/texk/kpathsea/win32/Makefile.am
index ddc8763fe19..4edf1d1a077 100644
--- a/Build/source/texk/kpathsea/win32/Makefile.am
+++ b/Build/source/texk/kpathsea/win32/Makefile.am
@@ -1,10 +1,10 @@
-## Makefile.am for the TeX Live subdirectory texk/dviljk/win32/
+## Makefile.am for the TeX Live subdirectory texk/kpathsea/win32/
##
## Copyright (C) 2011, 2012 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
-INCLUDES = -I$(top_builddir)/.. -I$(top_srcdir)/..
-AM_CPPFLAGS = -DWEB2C_KPSE_VERSION='"Web2C-$(WEB2CVERSION) Kpathsea-$(KPSEVERSION)"'
+AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/..
+AM_CPPFLAGS += -DWEB2C_KPSE_VERSION='"Web2C-$(WEB2CVERSION) Kpathsea-$(KPSEVERSION)"'
AM_CFLAGS = $(WARNING_CFLAGS)
# Build WIN32 replacements for Unix shell scripts.