shithub: jbig2

Download patch

ref: 0f4c012e1c266f010bb0f04b1319e9d5f82308dc
parent: 84599735f9e9e101f3f7a93002127b60248c7fa3
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Mon Aug 5 14:06:37 EDT 2002

Add headers and test script to Makefile.am so they get distributed.


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

--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.10 2002/07/20 17:06:04 giles Exp $
+# $Id: Makefile.am,v 1.11 2002/08/05 18:06:37 giles Exp $
 ## process this file with automake to generate Makefile.in
 
 AUTOMAKE_OPTIONS = 1.6.1 # require automake 1.6
@@ -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