summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/luatexdir/am/txt2zlib.am
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/am/txt2zlib.am')
-rw-r--r--Build/source/texk/web2c/luatexdir/am/txt2zlib.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/Build/source/texk/web2c/luatexdir/am/txt2zlib.am b/Build/source/texk/web2c/luatexdir/am/txt2zlib.am
deleted file mode 100644
index 42bc7be964f..00000000000
--- a/Build/source/texk/web2c/luatexdir/am/txt2zlib.am
+++ /dev/null
@@ -1,20 +0,0 @@
-## texk/web2c/luatexdir/am/txt2zlib.am: Makefile fragment for txt2zlib.
-##
-## Copyright (C) 2010, 2011 Hartmut Henkel <hartmut@luatex.org>
-## You may freely use, modify and/or distribute this file.
-
-if LUATEX
-if !cross
-noinst_PROGRAMS += txt2zlib
-endif !cross
-endif LUATEX
-EXTRA_PROGRAMS += txt2zlib
-
-nodist_txt2zlib_SOURCES = txt2zlib.c
-
-txt2zlib_CPPFLAGS = $(ZLIB_INCLUDES)
-txt2zlib_DEPENDENCIES = $(ZLIB_DEPEND)
-txt2zlib_LDADD = $(ZLIB_LIBS)
-
-DISTCLEANFILES += txt2zlib.c
-