summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-26 10:20:07 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2011-07-26 10:20:07 +0000
commit8d4af963a232f6c2cdbf510179c05af4140d3264 (patch)
tree919ffa0fb8d422560c77a04760bb2001729e9070 /Build/source/texk/kpathsea/Makefile.am
parentb682bb00112f1062d00240543c0a0038413d148a (diff)
kpathsea: More changes to reduce diffs with W32TeX
git-svn-id: svn://tug.org/texlive/trunk@23230 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r--Build/source/texk/kpathsea/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am
index 46c23b67523..2dfb4a97213 100644
--- a/Build/source/texk/kpathsea/Makefile.am
+++ b/Build/source/texk/kpathsea/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/kpathsea/
##
-## Copyright (C) 2009 - 2011 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2009-2011 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -86,9 +86,12 @@ libkpathsea_la_SOURCES = \
xstat.c \
xstrdup.c
+if WIN32
if MINGW32
libkpathsea_la_SOURCES += mingw32.c
endif MINGW32
+libkpathsea_la_SOURCES += knj.c
+endif WIN32
$(libkpathsea_la_OBJECTS): paths.h kpathsea.h
@@ -132,6 +135,7 @@ kpseinclude_HEADERS = \
fontmap.h \
getopt.h \
hash.h \
+ knj.h \
lib.h \
line.h \
magstep.h \
@@ -194,6 +198,7 @@ kpathsea.h: Makefile paths.h
(cd $(srcdir) && ls -1 *.h) \
| sed -e '/^config\.h/d' \
-e '/^paths\.h/d' \
+ -e '/^knj\.h/d' \
-e '/^kpathsea\.h/d' \
-e '/^mingw32\.h/d' \
-e '/^win32lib\.h/d' \