summaryrefslogtreecommitdiff
path: root/Build/source/texk/ptexenc/Makefile.am
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-29 09:01:39 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-02-29 09:01:39 +0000
commitb3b83f29f4b772d782b82d7d6fc11ae6e4017e5e (patch)
tree4bf8d7941c181e91aa060c2cf1e16b934cbb6ab0 /Build/source/texk/ptexenc/Makefile.am
parent42ed754b638337823d5fc5db98b9a8ab960e4b2b (diff)
build system: Specify that libptexenc requires libkpathsea (required for Cygwin DLL)
git-svn-id: svn://tug.org/texlive/trunk@25538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.am')
-rw-r--r--Build/source/texk/ptexenc/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.am b/Build/source/texk/ptexenc/Makefile.am
index a3bcac840ca..299711bf896 100644
--- a/Build/source/texk/ptexenc/Makefile.am
+++ b/Build/source/texk/ptexenc/Makefile.am
@@ -1,6 +1,6 @@
## Makefile.am for the TeX Live subdirectory texk/ptexenc/
##
-## Copyright (C) 2010, 2011 Peter Breitenlohner <tex-live@tug.org>
+## Copyright (C) 2010-2012 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
ACLOCAL_AMFLAGS = -I ../../m4
@@ -29,6 +29,10 @@ libptexenc_la_SOURCES = \
unicode-jp.c \
unicode.c
+$(libptexenc_la_OBJECTS): $(KPATHSEA_DEPEND)
+
+libptexenc_la_LIBADD = $(KPATHSEA_LIBS)
+
## Rebuild libkpathsea
@KPATHSEA_RULE@