From: Martin Kretzschmar Date: Fri, 24 Jan 2003 16:17:08 +0000 (+0000) Subject: disable font embedding hack introduced on 2002-12-09 to fix build with X-Git-Tag: XPDF_1_01~10 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=e37975ac20cc78fb4e57d111ec512143ccbe93b2;p=evince.git disable font embedding hack introduced on 2002-12-09 to fix build with current, extra-clean gnome-print --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index ad27485f..8102fade 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -110,8 +110,6 @@ gnome_pdf_viewer_SOURCES = \ gpdf-control.cc \ gpdf-control.h \ gpdf-g-switch.h \ - gpdf-gnome-font.c \ - gpdf-gnome-font.h \ gpdf-persist-stream.cc \ gpdf-persist-stream.h \ gpdf-util.h \ @@ -119,6 +117,12 @@ gnome_pdf_viewer_SOURCES = \ gpdf-view.h \ gtkgesture.c \ gtkgesture.h + +# Font embedding hack for Gnome Print < 2.1.?2? +# gpdf-gnome-font.c \ +# gpdf-gnome-font.h \ + +# Old files # GOutputDev.cc \ # GOutputDev.h \ # pdf-view.cc \