diff options
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 4f88185..3ed4a87 100644 --- a/xdelta3/Makefile +++ b/xdelta3/Makefile | |||
@@ -44,6 +44,7 @@ PYTGT = build/lib.linux-i686-2.4/xdelta3main.so | |||
44 | EXTRA = Makefile COPYING linkxd3lib.c badcopy.c xdelta3.swig \ | 44 | EXTRA = Makefile COPYING linkxd3lib.c badcopy.c xdelta3.swig \ |
45 | draft-korn-vcdiff.txt xdelta3.vcproj badcopy.vcproj \ | 45 | draft-korn-vcdiff.txt xdelta3.vcproj badcopy.vcproj \ |
46 | xdelta3-regtest.py xdelta3-test.py setup.py \ | 46 | xdelta3-regtest.py xdelta3-test.py setup.py \ |
47 | examples/Makefile examples/small_page_test.c \ | ||
47 | xdelta3.py xdelta3_wrap.c | 48 | xdelta3.py xdelta3_wrap.c |
48 | 49 | ||
49 | SWIG_FLAGS = -DXD3_DEBUG=0 \ | 50 | SWIG_FLAGS = -DXD3_DEBUG=0 \ |