## texk/web2c/luatexdir/am/txt2zlib.am: Makefile fragment for txt2zlib.
##
## Copyright (C) 2010, 2011 Hartmut Henkel <[email protected]>
## You may freely use, modify and/or distribute this file.

EXTRA_PROGRAMS += txt2zlib

nodist_txt2zlib_SOURCES = txt2zlib.c

txt2zlib_CPPFLAGS = $(ZLIB_INCLUDES)
txt2zlib_DEPENDENCIES = $(ZLIB_DEPEND)
txt2zlib_LDADD = $(ZLIB_LIBS)

DISTCLEANFILES += txt2zlib.c