jbig2dec
Ralph Giles <[email protected]> Mon, 05 Aug 2002 11:06:39 -0700
| Newsgroups | gmane.comp.printing.ghostscript.jbig2dec.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/jbig2dec/jbig2dec In directory usw-pr-cvs1:/tmp/cvs-serv414 Modified Files: Makefile.am Log Message: Add headers and test script to Makefile.am so they get distributed. Index: Makefile.am =================================================================== RCS file: /cvsroot/jbig2dec/jbig2dec/Makefile.am,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- Makefile.am 20 Jul 2002 17:06:04 -0000 1.10 +++ Makefile.am 5 Aug 2002 18:06:37 -0000 1.11 @@ -10,17 +10,26 @@ jbig2_segment.c jbig2_page.c \ jbig2_symbol_dict.c jbig2_text.c \ jbig2_generic.c jbig2_mmr.c \ - jbig2_image.c jbig2_image_pbm.c + jbig2_image.c jbig2_image_pbm.c \ + os_types.h config_types.h config_win32.h \ + jbig2.h jbig2_priv.h jbig2_image.h \ + 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 bin_PROGRAMS = jbig2dec test_sha1 #noinst_PROGRAMS = test_huffman test_arith -jbig2dec_SOURCES = jbig2dec.c sha1.c +jbig2dec_SOURCES = jbig2dec.c sha1.c sha1.h \ + jbig2.h jbig2_image.h getopt.h \ + os_types.h config_types.h config_win32.h jbig2dec_LDADD = libjbig2dec.a @LIBOBJS@ -test_sha1_SOURCES = sha1.c +test_sha1_SOURCES = sha1.c sha1.h test_sha1_CFLAGS = -DTEST -MAINTAINERCLEANFILES = config_types.h.in - TESTS = test_sha1 test_jbig2dec.py + +EXTRA_DIST = test_jbig2dec.py + +MAINTAINERCLEANFILES = config_types.h.in