Makefile

changeset 43
b80cb5a4282a
parent 20
a1cd8cb9d09e
child 44
0f78374addae
     1.1 --- a/Makefile	Wed Jan 02 16:39:39 2002 +0000
     1.2 +++ b/Makefile	Tue Jan 22 09:42:42 2002 +0000
     1.3 @@ -1,6 +1,6 @@
     1.4  # tiff2pdf: build a PDF file out of one or more TIFF Class F Group 4 files
     1.5  # Makefile
     1.6 -# $Id: Makefile,v 1.7 2001/12/30 23:24:50 eric Exp $
     1.7 +# $Id: Makefile,v 1.8 2002/01/22 01:41:12 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 @@ -34,7 +34,7 @@
    1.12  AUTO_HDRS = parser.tab.h
    1.13  AUTO_MISC = parser.output
    1.14  
    1.15 -tiff2pdf: tiff2pdf.o scanner.o semantics.o parser.tab.o
    1.16 +tiff2pdf: tiff2pdf.o scanner.o semantics.o parser.tab.o bitblt.o
    1.17  
    1.18  bitblt_test: bitblt_test.o bitblt.o
    1.19