diff options
Diffstat (limited to 'xdelta3/Makefile')
-rw-r--r-- | xdelta3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/Makefile b/xdelta3/Makefile index 62a4adf..398c255 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -57,7 +57,7 @@ CFLAGS= -Wall -Wshadow -fno-builtin | |||
57 | WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter | 57 | WFLAGS= -Wextra -Wsign-compare -Wconversion -Wextra -Wno-unused-parameter |
58 | 58 | ||
59 | # $Format: "REL=$Xdelta3Version$" $ | 59 | # $Format: "REL=$Xdelta3Version$" $ |
60 | REL=3.0x | 60 | REL=3.0y |
61 | 61 | ||
62 | RELDIR = xdelta$(REL) | 62 | RELDIR = xdelta$(REL) |
63 | 63 | ||
@@ -72,7 +72,7 @@ EXTRA = Makefile COPYING linkxd3lib.c badcopy.c xdelta3.swig \ | |||
72 | testing/cmp.h testing/delta.h testing/file.h \ | 72 | testing/cmp.h testing/delta.h testing/file.h \ |
73 | testing/modify.h testing/random.h testing/segment.h \ | 73 | testing/modify.h testing/random.h testing/segment.h \ |
74 | testing/sizes.h testing/test.h testing/Makefile \ | 74 | testing/sizes.h testing/test.h testing/Makefile \ |
75 | testing/regtest.cc README readme.txt | 75 | testing/regtest.cc README readme.txt xdelta3.1 |
76 | 76 | ||
77 | SWIG_FLAGS = -DXD3_DEBUG=1 \ | 77 | SWIG_FLAGS = -DXD3_DEBUG=1 \ |
78 | -DEXTERNAL_COMPRESSION=0 \ | 78 | -DEXTERNAL_COMPRESSION=0 \ |