From b6f1cc94d28ba43ba9614eeff5d122b772e6e668 Mon Sep 17 00:00:00 2001 From: Martin Kretzschmar Date: Tue, 13 Jan 2004 08:56:08 +0000 Subject: fixes for USE_ANNOTS_VIEW conditional. --- diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am index ef10acc..6bc6698 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 \ -- cgit v0.9.1