Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Makefile.am
diff options
context:
space:
mode:
authorRemi Cohen-Scali <rcoscali@cvs.gnome.org>2004-01-16 13:23:01 (GMT)
committer RĂ©mi Cohen-Scali <rcoscali@src.gnome.org>2004-01-16 13:23:01 (GMT)
commit7d180fbe736d292c594ebb7424902d69ef823ed7 (patch)
treee890951c684a33be447b1c7870bff7a65c23849c /pdf/xpdf/Makefile.am
parentb6f1cc94d28ba43ba9614eeff5d122b772e6e668 (diff)
Changed value according to USE_ANNOTS_VIEW cond in order to include
2004-01-16 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Makefile.am (EXTRA_DIST): Changed value according to USE_ANNOTS_VIEW cond in order to include annotations view icons in dist tarball (when annots-view disabled).
Diffstat (limited to 'pdf/xpdf/Makefile.am')
-rw-r--r--pdf/xpdf/Makefile.am29
1 files changed, 28 insertions, 1 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index 6bc6698..cf806ef 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -349,9 +349,36 @@ CLEANFILES = \
$(server_in_files:.server.in.in=.server.in) \
$(marshal_sources)
-EXTRA_DIST = $(stock_DATA) \
+if USE_ANNOTS_VIEW
+ EXTRA_DIST = $(stock_DATA) \
gpdf-marshal.list \
$(server_in_files) \
config.h \
$(ui_DATA) \
$(glade_DATA)
+else
+ EXTRA_DIST = $(stock_DATA) \
+ gpdf-marshal.list \
+ $(server_in_files) \
+ config.h \
+ $(ui_DATA) \
+ $(glade_DATA) \
+ stock-annot-circle.png \
+ stock-annot-fileattachment.png \
+ stock-annot-freetext.png \
+ stock-annot-highlight.png \
+ stock-annot-ink.png \
+ stock-annot-line.png \
+ stock-annot-link.png \
+ stock-annot-movie.png \
+ stock-annot-popup.png \
+ stock-annot-sound.png \
+ stock-annot-square.png \
+ stock-annot-stamp.png \
+ stock-annot-strikeout.png \
+ stock-annot-text.png \
+ stock-annot-trapnet.png \
+ stock-annot-underline.png \
+ stock-annot-widget.png \
+ stock-annot-unknown.png
+endif