X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;fp=lib%2Fpdf%2FMakefile.in;h=4a70716677429f783f24c6918e09115d1336197d;hb=2fd59711482471414d72dfb34bca72e4b4fd04df;hp=f91c72b62137b88bc2e80ee254ee820588b96498;hpb=fabf01ae05897e5a9ec0e357324503f582320c32;p=swftools.git diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index f91c72b..4a70716 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -10,7 +10,7 @@ all: ../libgfxpdf$(A) libgfxpdf: ../libgfxpdf$(A) -libgfxpdf_objects = GFXOutputDev.$(O) InfoOutputDev.$(O) BitmapOutputDev.$(O) FullBitmapOutputDev.$(O) XMLOutputDev.$(O) pdf.$(O) fonts.$(O) bbox.$(O) +libgfxpdf_objects = GFXOutputDev.$(O) InfoOutputDev.$(O) BitmapOutputDev.$(O) FullBitmapOutputDev.$(O) XMLOutputDev.$(O) pdf.$(O) fonts.$(O) bbox.$(O) popplercompat.$(O) xpdf_in_source = @xpdf_in_source@ @@ -33,6 +33,8 @@ splash_objects = xpdf/SplashOutputDev.$(O) xpdf/SplashFont.$(O) xpdf/SplashState xpdf/SplashScreen.$(O) xpdf/SplashPath.$(O) xpdf/SplashXPath.$(O) xpdf/SplashXPathScanner.$(O) \ xpdf/SplashFTFontEngine.$(O) xpdf/SplashFTFontFile.$(O) xpdf/SplashFTFont.$(O) +popplercompat.$(O): popplercompat.cc + $(C) popplercompat.cc -o $@ fonts.$(O): fonts.c $(C) fonts.c -o $@ bbox.$(O): bbox.c