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