Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pdf/xpdf/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 \