Sophie

Sophie

distrib > Mageia > 6 > armv7hl > by-pkgid > 1fc71f1952eb4770bdd9c0c308785ca5 > files > 2

jbig2dec-0.14-1.mga6.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