diff options
Diffstat (limited to 'Build/source/texk/ptexenc/Makefile.in')
-rw-r--r-- | Build/source/texk/ptexenc/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/ptexenc/Makefile.in b/Build/source/texk/ptexenc/Makefile.in index 1ce3d42a3cd..7a4d9029af8 100644 --- a/Build/source/texk/ptexenc/Makefile.in +++ b/Build/source/texk/ptexenc/Makefile.in @@ -255,7 +255,10 @@ AM_CFLAGS = $(WARNING_CFLAGS) lib_LTLIBRARIES = libptexenc.la libptexenc_la_CPPFLAGS = -DMAKE_KPSE_DLL libptexenc_la_LDFLAGS = -version-info $(PTEXENC_LT_VERSINFO) -libptexenc_la_SOURCES = kanjicnv.c ptexenc.c unicode-jp.c unicode.c + +# Note: jisx0208.h is a copy of ../../libs/gd/gd-2.0.35/jisx0208.h. +# +libptexenc_la_SOURCES = jisx0208.h kanjicnv.c ptexenc.c unicode-jp.c unicode.c ptexencincludedir = ${includedir}/ptexenc nodist_ptexencinclude_HEADERS = c-auto.h ptexencinclude_HEADERS = kanjicnv.h ptexenc.h unicode-jp.h unicode.h |