diff options
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r-- | xdelta3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index aa35a4a..2b61a46 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -55,7 +55,7 @@ WIXDIR = "/cygdrive/c/Program Files/wix2.0.4820" | |||
55 | CFLAGS= -Wall -Wshadow -fno-builtin | 55 | CFLAGS= -Wall -Wshadow -fno-builtin |
56 | 56 | ||
57 | # $Format: "REL=$Xdelta3Version$" $ | 57 | # $Format: "REL=$Xdelta3Version$" $ |
58 | REL=3.0t | 58 | REL=3.0u_pre0 |
59 | 59 | ||
60 | RELDIR = xdelta$(REL) | 60 | RELDIR = xdelta$(REL) |
61 | 61 | ||
@@ -67,6 +67,9 @@ EXTRA = Makefile COPYING linkxd3lib.c badcopy.c xdelta3.swig \ | |||
67 | examples/compare_test.c examples/speed_test.c \ | 67 | examples/compare_test.c examples/speed_test.c \ |
68 | examples/test.h examples/checksum_test.cc \ | 68 | examples/test.h examples/checksum_test.cc \ |
69 | xdelta3.py xdelta3_wrap.c xdelta3.wxs xdelta3.wxi \ | 69 | xdelta3.py xdelta3_wrap.c xdelta3.wxs xdelta3.wxi \ |
70 | testing/cmp.h testing/delta.h testing/file.h \ | ||
71 | testing/modify.h testing/random.h testing/segment.h \ | ||
72 | testing/sizes.h testing/test.h testing/Makefile \ | ||
70 | README readme.txt | 73 | README readme.txt |
71 | 74 | ||
72 | SWIG_FLAGS = -DXD3_DEBUG=1 \ | 75 | SWIG_FLAGS = -DXD3_DEBUG=1 \ |