From e542ada96a35c80b0e90314ec42ddbc1eee51b3a Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 9 Dec 2007 17:00:33 +0000 Subject: [PATCH] added dummy output device compile --- lib/pdf/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) 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 $@ -- 1.7.10.4