From eac051bebf01b5aa186c0462fe893e2200ac91b6 Mon Sep 17 00:00:00 2001 From: kramm Date: Sun, 19 Nov 2006 21:35:55 +0000 Subject: [PATCH] moved xpdf/ to pdf/ --- lib/Makefile.in | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index 0b673e9..8753107 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -14,8 +14,8 @@ h263_objects = h.263/dct.$(O) h.263/h263tables.$(O) h.263/swfvideo.$(O) actioncompiler_objects = action/assembler.$(O) action/compile.$(O) action/lex.swf4.$(O) action/lex.swf5.$(O) action/libming.$(O) action/swf4compiler.tab.$(O) action/swf5compiler.tab.$(O) action/actioncompiler.$(O) rfxswf_modules = modules/swfbits.c modules/swfaction.c modules/swfdump.c modules/swfcgi.c modules/swfbutton.c modules/swftext.c modules/swffont.c modules/swftools.c modules/swfsound.c modules/swfshape.c modules/swfobject.c modules/swfdraw.c modules/swfrender.c h.263/swfvideo.c -libpdf$(A): xpdf/GFXOutputDev.cc xpdf/GFXOutputDev.h xpdf/pdf.cc xpdf/pdf.h - cd xpdf;$(MAKE);cd .. +libpdf$(A): pdf/GFXOutputDev.cc pdf/GFXOutputDev.h pdf/pdf.cc pdf/pdf.h + cd pdf;$(MAKE);cd .. bitio.$(O): bitio.c bitio.h $(C) bitio.c -o $@ @@ -84,4 +84,5 @@ clean: cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd .. cd art && $(MAKE) clean && cd .. + cd pdf && $(MAKE) clean && cd .. -- 1.7.10.4