Build: Add --disable-doc to configure.
[xz/debian.git] / debug / Makefile.am
blob9026fd935748e321d04bd9ee3942f2fb67303d7c
1 ##
2 ## Author: Lasse Collin
3 ##
4 ## This file has been put into the public domain.
5 ## You can do whatever you want with this file.
6 ##
8 EXTRA_DIST = \
9         translation.bash
11 noinst_PROGRAMS = \
12         repeat \
13         sync_flush \
14         full_flush \
15         memusage \
16         crc32 \
17         known_sizes \
18         hex2bin
20 AM_CPPFLAGS = \
21         -I$(top_srcdir)/src/common \
22         -I$(top_srcdir)/src/liblzma/api
24 LDADD = $(top_builddir)/src/liblzma/liblzma.la
26 if COND_GNULIB
27 LDADD += $(top_builddir)/lib/libgnu.a
28 endif
30 LDADD += $(LTLIBINTL)