From: kramm Date: Sun, 9 Dec 2007 17:00:33 +0000 (+0000) Subject: added dummy output device compile X-Git-Tag: buttons-working~468 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=e542ada96a35c80b0e90314ec42ddbc1eee51b3a added dummy output device compile --- diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 968b40d..727fc50 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -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 $@