diff options
Diffstat (limited to 'Build/source/texk/kpathsea/Makefile.am')
-rw-r--r-- | Build/source/texk/kpathsea/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am index 392e99a39cb..d9ab4a53847 100644 --- a/Build/source/texk/kpathsea/Makefile.am +++ b/Build/source/texk/kpathsea/Makefile.am @@ -219,6 +219,10 @@ kpsereadlink_SOURCES = readlink.c kpsewhich_LDADD = libkpathsea.la +EXTRA_PROGRAMS = xdirtest + +xdirtest_LDADD = libkpathsea.la + ## The scripts and their data web2cdir = ${prefix}/texmf/web2c |