From: kramm Date: Sat, 6 Jan 2007 22:23:22 +0000 (+0000) Subject: added more devices to pdf2swf compile line X-Git-Tag: release-0-8-0~86 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=994fef0b25bdec0762409601706590e63ae41a9f added more devices to pdf2swf compile line --- diff --git a/lib/pdf/Makefile.in b/lib/pdf/Makefile.in index 8acb213..a4f4e26 100644 --- a/lib/pdf/Makefile.in +++ b/lib/pdf/Makefile.in @@ -127,8 +127,8 @@ 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 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 - $(LL) $(CPPFLAGS) -g ../../src/pdf2swf.c $(libpdf_objects) $(xpdf_objects) ../devices/swf.$(O) ../devices/arts.$(O) ../librfxswf$(A) ../art/libart.a ../os.$(O) ../gfxtools.$(O) ../gfxfont.$(O) -o pdf2swf$(E) $(LIBS) +pdf2swf$(E): $(xpdf_objects) $(libpdf_objects) ../../src/pdf2swf.c ../devices/swf.$(O) ../devices/record.$(O) ../devices/arts.$(O) ../devices/ops.$(O) ../devices/render.$(O) ../bitio.$(O) ../png.$(O) + $(LL) $(CPPFLAGS) -g ../../src/pdf2swf.c $(libpdf_objects) $(xpdf_objects) ../devices/swf.$(O) ../devices/arts.$(O) ../devices/record.$(O) ../devices/render.$(O) ../devices/ops.$(O) ../png.$(O) ../librfxswf$(A) ../art/libart.a ../os.$(O) ../gfxtools.$(O) ../gfxfont.$(O) -o pdf2swf$(E) $(LIBS) install: uninstall: