From: Martin Kretzschmar Date: Tue, 13 Jan 2004 08:56:08 +0000 (+0000) Subject: fixes for USE_ANNOTS_VIEW conditional. X-Git-Tag: GPDF_0_122^0 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=b6f1cc94d28ba43ba9614eeff5d122b772e6e668;p=evince.git fixes for USE_ANNOTS_VIEW conditional. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index ef10acc6..6bc66985 100644 --- a/pdf/xpdf/Makefile.am +++ b/pdf/xpdf/Makefile.am @@ -120,8 +120,9 @@ common_sources = \ UTF8.h ANNOTS_VIEW_SRCS = + if USE_ANNOTS_VIEW - ANNOTS_VIEW_SRCS = \ + ANNOTS_VIEW_SRCS += \ gpdf-annots-view.cc \ gpdf-annots-view.h endif @@ -292,8 +293,9 @@ dist-hook: done STOCK_ANNOTS_ICONS = + if USE_ANNOTS_VIEW - STOCK_ANNOTS_ICONS = \ + STOCK_ANNOTS_ICONS += \ stock-annot-circle.png \ stock-annot-fileattachment.png \ stock-annot-freetext.png \