Update THANKS
[xz/debian.git] / debug / Makefile.am
blobdb6f47f71b802cc01653ec839f9c41a9ff5fe6a6
1 ## SPDX-License-Identifier: 0BSD
2 ## Author: Lasse Collin
4 EXTRA_DIST = \
5         translation.bash
7 noinst_PROGRAMS = \
8         repeat \
9         sync_flush \
10         full_flush \
11         memusage \
12         crc32 \
13         known_sizes \
14         hex2bin \
15         testfilegen-arm64
17 AM_CPPFLAGS = \
18         -I$(top_srcdir)/src/common \
19         -I$(top_srcdir)/src/liblzma/api
21 LDADD = $(top_builddir)/src/liblzma/liblzma.la
23 if COND_GNULIB
24 LDADD += $(top_builddir)/lib/libgnu.a
25 endif
27 LDADD += $(LTLIBINTL)