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, 1 insertions, 1 deletions
diff --git a/xdelta3/Makefile.am b/xdelta3/Makefile.am
index dd2f2d5..ab8c09a 100644
--- a/xdelta3/Makefile.am
+++ b/xdelta3/Makefile.am
@@ -57,7 +57,7 @@ if DEBUG_SYMBOLS
57endif 57endif
58 58
59# For additional debugging, add -DXD3_DEBUG=1, 2, 3, ... 59# For additional debugging, add -DXD3_DEBUG=1, 2, 3, ...
60xdelta3_CFLAGS = $(C_WFLAGS) $(common_CFLAGS) -DXD3_DEBUG=0 60xdelta3_CFLAGS = $(C_WFLAGS) $(common_CFLAGS) -DXD3_DEBUG=2
61xdelta3_LDADD = -lm 61xdelta3_LDADD = -lm
62 62
63xdelta3decode_CFLAGS = \ 63xdelta3decode_CFLAGS = \