X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fpdf%2FMakefile.in;h=a52a36d0ea6562a28d85efef80dc39da07ecaa23;hp=53c2ce3b5cde0be0af534f132ce2140ad3bf6b48;hb=e0a27e1bd83ff2d60745dd6030e0f5ef7ef97b82;hpb=7be8967177293d3a0b4b8a286f16b740933ac583 diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 53c2ce3..a52a36d 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -154,8 +154,8 @@ xpdfapp_objects=xpdf/XPDFApp.$(O) xpdf/XPDFCore.$(O) xpdf/XPDFTree.$(O) xpdf/XPD xxpdf$(E): $(xpdf_objects) $(xpdfapp_objects) $(splash_objects) $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . $(xpdfapp_objects) $(xpdf_objects) $(splash_objects) xpdf/parseargs.c -o xxpdf$(E) $(LIBS) -lXm -lX11 -pdftoppm$(E): $(xpdf_objects) xpdf/Splash*.cc - $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftoppm.cc $(xpdf_objects) xpdf/Splash*.cc xpdf/parseargs.c -o pdftoppm$(E) $(LIBS) +pdftoppm$(E): $(xpdf_objects) $(splash_objects) + $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftoppm.cc $(xpdf_objects) $(splash_objects) xpdf/parseargs.c -o pdftoppm$(E) $(LIBS) pdftotext$(E): $(xpdf_objects) $(splash_objects) $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftotext.cc $(xpdf_objects) xpdf/TextOutput*.cc xpdf/UnicodeType*.cc xpdf/parseargs.c -o pdftotext$(E) $(LIBS)