jbig2dec

Ralph Giles <[email protected]> Tue, 06 Aug 2002 04:52:45 -0700
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Update of /cvsroot/jbig2dec/jbig2dec
In directory usw-pr-cvs1:/tmp/cvs-serv6405

Modified Files:
	Makefile.am 
Log Message:
fixup install target

Index: Makefile.am
===================================================================
RCS file: /cvsroot/jbig2dec/jbig2dec/Makefile.am,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- Makefile.am	6 Aug 2002 11:27:08 -0000	1.12
+++ Makefile.am	6 Aug 2002 11:52:43 -0000	1.13
@@ -4,6 +4,7 @@
 AUTOMAKE_OPTIONS = 1.6.1 # require automake 1.6
 
 lib_LIBRARIES = libjbig2dec.a
+include_HEADERS = jbig2.h
 
 libjbig2dec_a_SOURCES = jbig2.c \
 	jbig2_arith.c jbig2_arith_int.c jbig2_arith_iaid.c jbig2_huffman.c \
@@ -17,8 +18,9 @@
 	jbig2_huffman.h jbig2_hufftab.h jbig2_mmr.h \
 	jbig2_generic.h jbig2_symbol_dict.h
 
-bin_PROGRAMS = jbig2dec test_sha1
+bin_PROGRAMS = jbig2dec
 #noinst_PROGRAMS = test_huffman test_arith
+noinst_PROGRAMS = test_sha1
 
 jbig2dec_SOURCES = jbig2dec.c sha1.c sha1.h \
 	jbig2.h jbig2_image.h getopt.h \