2008-01-18 18:18:08 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## Author: Lasse Collin
|
2008-01-18 18:18:08 +00:00
|
|
|
##
|
2009-04-13 08:27:40 +00:00
|
|
|
## This file has been put into the public domain.
|
|
|
|
## You can do whatever you want with this file.
|
2008-01-18 18:18:08 +00:00
|
|
|
##
|
|
|
|
|
2012-07-05 04:23:17 +00:00
|
|
|
EXTRA_DIST = \
|
|
|
|
translation.bash
|
|
|
|
|
2008-01-18 18:18:08 +00:00
|
|
|
noinst_PROGRAMS = \
|
2008-01-20 18:14:26 +00:00
|
|
|
repeat \
|
2008-01-23 19:21:21 +00:00
|
|
|
sync_flush \
|
2008-04-25 10:41:29 +00:00
|
|
|
full_flush \
|
2008-08-28 19:53:15 +00:00
|
|
|
memusage \
|
|
|
|
crc32 \
|
|
|
|
known_sizes \
|
|
|
|
hex2bin
|
2008-01-18 18:18:08 +00:00
|
|
|
|
|
|
|
AM_CPPFLAGS = \
|
2009-06-26 11:47:31 +00:00
|
|
|
-I$(top_srcdir)/src/common \
|
2010-10-05 11:13:16 +00:00
|
|
|
-I$(top_srcdir)/src/liblzma/api
|
2008-01-18 18:18:08 +00:00
|
|
|
|
2009-06-26 11:47:31 +00:00
|
|
|
LDADD = $(top_builddir)/src/liblzma/liblzma.la
|
2008-01-18 18:18:08 +00:00
|
|
|
|
|
|
|
if COND_GNULIB
|
2009-06-26 11:47:31 +00:00
|
|
|
LDADD += $(top_builddir)/lib/libgnu.a
|
2008-01-18 18:18:08 +00:00
|
|
|
endif
|
2009-06-26 11:47:31 +00:00
|
|
|
|
|
|
|
LDADD += $(LTLIBINTL)
|