X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;h=727fc501c27f976608ef3a5123df81e0305d2d71;hb=e542ada96a35c80b0e90314ec42ddbc1eee51b3a;hp=1d5eb41fcfe209a20be5a0ba1657860ef1c20ca8;hpb=cbcb36e38ef35e0a1b950fa8cfa3d90e5aeaa19b;p=swftools.git diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 1d5eb41..727fc50 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -4,7 +4,7 @@ srcdir = . top_srcdir = ../.. include ../../Makefile.common -all: ../libpdf$(A) pdf2swf +all: ../libpdf$(A) pdf2swf$(E) libpdf: ../libpdf$(A) @@ -36,6 +36,8 @@ InfoOutputDev.$(O): InfoOutputDev.cc InfoOutputDev.h $(CC) -I ./ -I xpdf InfoOutputDev.cc -o $@ BitmapOutputDev.$(O): BitmapOutputDev.cc BitmapOutputDev.h $(CC) -I ./ -I xpdf BitmapOutputDev.cc -o $@ +DummyOutputDev.$(O): DummyOutputDev.cc DummyOutputDev.h + $(CC) -I ./ -I xpdf DummyOutputDev.cc -o $@ pdf.$(O): pdf.cc GFXOutputDev.h InfoOutputDev.h $(CC) -I ./ -I xpdf pdf.cc -o $@