From: kramm Date: Thu, 7 Jun 2007 19:28:38 +0000 (+0000) Subject: removed libt1 from pdftoppm X-Git-Tag: buttons-working~631 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=35727bd4787aeef582c43772cb13a79c0b680873 removed libt1 from pdftoppm --- diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 951aa19..c000420 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -126,7 +126,7 @@ xpdf/gmem.$(O): xpdf/gmem.cc $(RANLIB) ../libpdf$(A) 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) -lt1 + $(LL) $(CPPFLAGS) -DXPDFEXE -g -I xpdf -I . xpdf/pdftoppm.cc $(xpdf_objects) xpdf/Splash*.cc xpdf/parseargs.c -o pdftoppm$(E) $(LIBS) pdftotext$(E): $(xpdf_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) -lt1 pdf2swf$(E): $(xpdf_objects) $(libpdf_objects) ../../src/pdf2swf.c ../devices/swf.$(O) ../devices/record.$(O) ../devices/arts.$(O) ../devices/ops.$(O) ../devices/render.$(O) ../libbase$(A)