summaryrefslogtreecommitdiff
path: root/xdelta3/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'xdelta3/Makefile.am')
-rw-r--r--xdelta3/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am
index dd2f2d5..94fce8a 100644
--- a/xdelta3/Makefile.am
+++ b/xdelta3/Makefile.am
@@ -44,7 +44,6 @@ C_WFLAGS = $(WFLAGS) -pedantic -std=c99
44CXX_WFLAGS = $(WFLAGS) 44CXX_WFLAGS = $(WFLAGS)
45 45
46common_CFLAGS = \ 46common_CFLAGS = \
47 -DGENERIC_ENCODE_TABLES=0 \
48 -DREGRESSION_TEST=1 \ 47 -DREGRESSION_TEST=1 \
49 -DSECONDARY_DJW=1 \ 48 -DSECONDARY_DJW=1 \
50 -DSECONDARY_FGK=1 \ 49 -DSECONDARY_FGK=1 \
@@ -62,7 +61,6 @@ xdelta3_LDADD = -lm
62 61
63xdelta3decode_CFLAGS = \ 62xdelta3decode_CFLAGS = \
64 $(C_WFLAGS) \ 63 $(C_WFLAGS) \
65 -DGENERIC_ENCODE_TABLES=0 \
66 -DREGRESSION_TEST=0 \ 64 -DREGRESSION_TEST=0 \
67 -DSECONDARY_DJW=0 \ 65 -DSECONDARY_DJW=0 \
68 -DSECONDARY_FGK=0 \ 66 -DSECONDARY_FGK=0 \