shithub: jbig2

Download patch

ref: 7b85c55864583c6955e69f192795a66312b6aabd
parent: 9e4350a4eedb67290d35526d526878ab99d8a1a2
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Wed May 7 11:59:19 EDT 2003

Add -Wall to the CFLAGS.

(recommitted after repository became corrupt. original change date Wed Apr 16 15:45:59 2003)


git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@235 ded80894-8fb9-0310-811b-c03f3676ab4d

--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@
 	jbig2.h jbig2_image.h getopt.h \
 	os_types.h config_types.h config_win32.h
 jbig2dec_LDADD = libjbig2dec.a @LIBOBJS@
+jbig2dec_CFLAGS = -Wall
 
 test_sha1_SOURCES = sha1.c sha1.h
 test_sha1_CFLAGS = -DTEST