diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-09 08:04:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-08-09 08:04:20 +0000 |
commit | 2e4d12f4ceeaf451fa4ff0666a4c50b33f1826b2 (patch) | |
tree | 82985be2f5edd0565f5cea5983320666fff937e7 /Build/source/texk/kpathsea/Makefile.am | |
parent | 1913b736d7e8d17206f1afa59cae982b6639fd2a (diff) |
WIN32: more C program replacements for Unix shell scripts (from Akira's W32TeX)
git-svn-id: svn://tug.org/texlive/trunk@23469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 9257bec27c8..495ed284f7f 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -93,6 +93,7 @@ else !MINGW32 libkpathsea_la_SOURCES += win32lib.c endif !MINGW32 libkpathsea_la_SOURCES += knj.c +SUBDIRS += win32 endif WIN32 $(libkpathsea_la_OBJECTS): paths.h kpathsea.h |