Sophie

Sophie

distrib > Mageia > 5 > x86_64 > media > core-updates-src > by-pkgid > 837d2789bebf92ac90524dd616883724 > files > 5

jbig2dec-0.13-1.mga5.src.rpm

Description: Don't compile unrelated and unusable Memento memory debugging code
Author: Yuriy M. Kaminskiy <yumkam@gmail.com>
Forwarded: no
Last-Update: 2016-05-16

--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,7 @@
 	jbig2_arith.h jbig2_arith_iaid.h jbig2_arith_int.h \
 	jbig2_huffman.h jbig2_hufftab.h jbig2_mmr.h \
 	jbig2_generic.h jbig2_symbol_dict.h jbig2_text.h \
-	jbig2_metadata.c jbig2_metadata.h memento.c memento.h
+	jbig2_metadata.c jbig2_metadata.h
 
 bin_PROGRAMS = jbig2dec
 noinst_PROGRAMS = test_sha1 test_huffman test_arith
@@ -35,6 +35,8 @@
 
 EXTRA_DIST = test_jbig2dec.py msvc.mak LICENSE CHANGES
 
+EXTRA_SOURCES = memento.c memento.h
+
 MAINTAINERCLEANFILES = config_types.h.in
 
 TESTS = test_sha1 test_jbig2dec.py test_huffman test_arith