diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2009-10-25 16:38:08 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2009-10-25 16:38:08 +0000 |
commit | f7f72abe8fe48766b545df3949b09fe25f900aee (patch) | |
tree | af481d375c55ed44f2ee7d13a474afe4b8a086ef /xdelta3/Makefile | |
parent | 8681251a19d6a845a725fba60eb0a4c9fa3c375c (diff) |
Eliminates xd3_source->size, which is an _API Change_. Adds a new requirement, that
source->blocksize be a power-of-2. DOES NOT PASS ALL TESTS.
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r-- | xdelta3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index 47fea85..79439ae 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -83,6 +83,7 @@ SWIG_FLAGS = -DXD3_DEBUG=1 \ | |||
83 | -DSWIG_MODULE=1 | 83 | -DSWIG_MODULE=1 |
84 | 84 | ||
85 | all: xdelta3-debug xdelta3 | 85 | all: xdelta3-debug xdelta3 |
86 | (cd testing && make) | ||
86 | 87 | ||
87 | all-py: all $(PYTGT) $(SWIGTGT) | 88 | all-py: all $(PYTGT) $(SWIGTGT) |
88 | 89 | ||