From: kramm Date: Mon, 1 Nov 2004 19:39:14 +0000 (+0000) Subject: added a few more dependencies. X-Git-Tag: release-0-6-3~224 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=730ba2bc226764b0273d43960924a17650d277b7 added a few more dependencies. --- diff --git a/pdf2swf/Makefile.in b/pdf2swf/Makefile.in index 5f079c8..f5efde5 100644 --- a/pdf2swf/Makefile.in +++ b/pdf2swf/Makefile.in @@ -26,7 +26,7 @@ pdf2swf$(E): pdf2swf.o pdf2swf.a xpdf/libpdf.a ../lib/librfxswf.a $(LL) pdf2swf.o pdf2swf.a ../lib/librfxswf.a xpdf/libpdf.a $(LIBS) -o pdf2swf$(E) $(STRIP) pdf2swf$(E) -xpdf/libpdf.a: xpdf/gfile.cc xpdf/GfxState.cc +xpdf/libpdf.a: xpdf/gfile.cc xpdf/GfxState.cc xpdf/GlobalParams.cc cd xpdf;$(MAKE) ttf2pt1/ttf2pt1.a: ttf2pt1/ttf2pt1.c ttf2pt1/t1asm.c diff --git a/pdf2swf/xpdf/Makefile.in b/pdf2swf/xpdf/Makefile.in index 8b1342a..b9d52e5 100644 --- a/pdf2swf/xpdf/Makefile.in +++ b/pdf2swf/xpdf/Makefile.in @@ -45,7 +45,7 @@ JArithmeticDecoder.o: JArithmeticDecoder.cc $(CC) -I./ JArithmeticDecoder.cc -o $@ JPXStream.o: JPXStream.cc $(CC) -I./ JPXStream.cc -o $@ -GlobalParams.o: GlobalParams.cc +GlobalParams.o: GlobalParams.cc GlobalParams.h $(CC) -I./ GlobalParams.cc -o $@ JBIG2Stream.o: JBIG2Stream.cc $(CC) -I./ JBIG2Stream.cc -o $@