Makefile.am | Makefile.am | |||
---|---|---|---|---|
skipping to change at line 16 | skipping to change at line 16 | |||
## | ## | |||
EXTRA_DIST = \ | EXTRA_DIST = \ | |||
files \ | files \ | |||
tests.h \ | tests.h \ | |||
test_files.sh \ | test_files.sh \ | |||
test_compress.sh \ | test_compress.sh \ | |||
test_scripts.sh \ | test_scripts.sh \ | |||
bcj_test.c \ | bcj_test.c \ | |||
compress_prepared_bcj_sparc \ | compress_prepared_bcj_sparc \ | |||
compress_prepared_bcj_x86 | compress_prepared_bcj_x86 \ | |||
xzgrep_expected_output | ||||
AM_CPPFLAGS = \ | AM_CPPFLAGS = \ | |||
-I$(top_srcdir)/src/common \ | -I$(top_srcdir)/src/common \ | |||
-I$(top_srcdir)/src/liblzma/api \ | -I$(top_srcdir)/src/liblzma/api \ | |||
-I$(top_builddir)/lib | -I$(top_builddir)/lib | |||
LDADD = $(top_builddir)/src/liblzma/liblzma.la | LDADD = $(top_builddir)/src/liblzma/liblzma.la | |||
if COND_GNULIB | if COND_GNULIB | |||
LDADD += $(top_builddir)/lib/libgnu.a | LDADD += $(top_builddir)/lib/libgnu.a | |||
skipping to change at line 55 | skipping to change at line 56 | |||
test_index \ | test_index \ | |||
test_bcj_exact_size \ | test_bcj_exact_size \ | |||
test_files.sh \ | test_files.sh \ | |||
test_compress.sh | test_compress.sh | |||
if COND_SCRIPTS | if COND_SCRIPTS | |||
TESTS += test_scripts.sh | TESTS += test_scripts.sh | |||
endif | endif | |||
clean-local: | clean-local: | |||
-rm -f compress_generated_* | -rm -f compress_generated_* \ | |||
xzgrep_test_output xzgrep_test_1.xz xzgrep_test_2.xz | ||||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ |