repo.or.cz
/
xz
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update THANKS
[xz/debian.git]
/
debug
/
Makefile.am
blob
db6f47f71b802cc01653ec839f9c41a9ff5fe6a6
1
## SPDX-License-Identifier: 0BSD
2
## Author: Lasse Collin
3
4
EXTRA_DIST = \
5
translation.bash
6
7
noinst_PROGRAMS = \
8
repeat \
9
sync_flush \
10
full_flush \
11
memusage \
12
crc32 \
13
known_sizes \
14
hex2bin \
15
testfilegen-arm64
16
17
AM_CPPFLAGS = \
18
-I$(top_srcdir)/src/common \
19
-I$(top_srcdir)/src/liblzma/api
20
21
LDADD = $(top_builddir)/src/liblzma/liblzma.la
22
23
if COND_GNULIB
24
LDADD += $(top_builddir)/lib/libgnu.a
25
endif
26
27
LDADD += $(LTLIBINTL)