[jbig2-cvs] rev 235 - trunk

giles@ghostscript.com giles@ghostscript.com
Wed, 7 May 2003 08:59:19 -0700


Author: giles
Date: 2003-05-07 08:59:19 -0700 (Wed, 07 May 2003)
New Revision: 235

Modified:
   trunk/Makefile.am
Log:
Add -Wall to the CFLAGS.

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


Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(r234)
+++ trunk/Makefile.am	(r235)
@@ -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