Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kretzschmar <mkretzschmar@src.gnome.org>2004-01-13 08:56:08 (GMT)
committer Martin Kretzschmar <mkretzschmar@src.gnome.org>2004-01-13 08:56:08 (GMT)
commitb6f1cc94d28ba43ba9614eeff5d122b772e6e668 (patch)
tree545511325b569d6e717607715da099b1bace6150
parent86c8f72f7023b2cebdc0b2c6e17aab96678740db (diff)
fixes for USE_ANNOTS_VIEW conditional.
-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 \