aboutsummaryrefslogtreecommitdiff
path: root/debug/Makefile.am
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2008-01-23 21:21:21 +0200
committerLasse Collin <lasse.collin@tukaani.org>2008-01-23 21:21:21 +0200
commited40dc5a2c28a8dfccab8c165b3780738eeef93e (patch)
treed3e745d85ec64e4692908136bd9f190d402fbe01 /debug/Makefile.am
parentReturn LZMA_STREAM_END instead of LZMA_OK if (diff)
downloadxz-ed40dc5a2c28a8dfccab8c165b3780738eeef93e.tar.xz
Added debug/full_flush.c.
Diffstat (limited to 'debug/Makefile.am')
-rw-r--r--debug/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/Makefile.am b/debug/Makefile.am
index 16433b7b..b935300e 100644
--- a/debug/Makefile.am
+++ b/debug/Makefile.am
@@ -14,7 +14,8 @@
noinst_PROGRAMS = \
repeat \
- sync_flush
+ sync_flush \
+ full_flush
AM_CPPFLAGS = \
-I@top_srcdir@/src/common \