Fri, 21 Feb 2003 12:29:16 +0000
updated HDRS
Makefile | file | annotate | diff | revisions |
1.1 --- a/Makefile Fri Feb 21 12:28:37 2003 +0000 1.2 +++ b/Makefile Fri Feb 21 12:29:16 2003 +0000 1.3 @@ -1,6 +1,6 @@ 1.4 # t2p: build a PDF file out of one or more TIFF Class F Group 4 files 1.5 # Makefile 1.6 -# $Id: Makefile,v 1.14 2003/02/20 04:44:17 eric Exp $ 1.7 +# $Id: Makefile,v 1.15 2003/02/21 04:29:16 eric Exp $ 1.8 # Copyright 2001 Eric Smith <eric@brouhaha.com> 1.9 # 1.10 # This program is free software; you can redistribute it and/or modify 1.11 @@ -45,7 +45,8 @@ 1.12 CSRCS = t2p.c semantics.c bitblt.c bitblt_test.c bitblt_table_gen.c \ 1.13 pdf.c pdf_util.c pdf_prim.c pdf_g4.c 1.14 OSRCS = scanner.l parser.y 1.15 -HDRS = t2p.h semantics.h bitblt.h 1.16 +HDRS = t2p.h semantics.h bitblt.h \ 1.17 + pdf.h pdf_private.h pdf_util.h pdf_prim.h pdf_g4_codes.h 1.18 MISC = COPYING Makefile 1.19 1.20 DISTFILES = $(MISC) $(HDRS) $(CSRCS) $(OSRCS)