Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Cohen-Scali <rcoscali@cvs.gnome.org>2004-01-13 08:16:07 (GMT)
committer RĂ©mi Cohen-Scali <rcoscali@src.gnome.org>2004-01-13 08:16:07 (GMT)
commit86c8f72f7023b2cebdc0b2c6e17aab96678740db (patch)
treeaa8c2e3840e22215fcaa42cdcd6cb44c5477006f
parent54f54807f16be1b5093dd7a1b7f51878947d30e6 (diff)
Changed variables assignement to avoid undefined message from
2004-01-13 Remi Cohen-Scali <rcoscali@cvs.gnome.org> * xpdf/Makefile.am (STOCK_ANNOTS_ICONS, ANNOTS_VIEW_SRCS): Changed variables assignement to avoid undefined message from automake-1.4.
-rw-r--r--pdf/xpdf/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/pdf/xpdf/Makefile.am b/pdf/xpdf/Makefile.am
index acaa4df..ef10acc 100644
--- a/pdf/xpdf/Makefile.am
+++ b/pdf/xpdf/Makefile.am
@@ -119,12 +119,11 @@ common_sources = \
TextOutputDev.h \
UTF8.h
+ANNOTS_VIEW_SRCS =
if USE_ANNOTS_VIEW
ANNOTS_VIEW_SRCS = \
gpdf-annots-view.cc \
gpdf-annots-view.h
-else
- ANNOTS_VIEW_SRCS =
endif
libgpdf_a_SOURCES = \
@@ -292,6 +291,7 @@ dist-hook:
rm -f $(distdir)/$$file ; \
done
+STOCK_ANNOTS_ICONS =
if USE_ANNOTS_VIEW
STOCK_ANNOTS_ICONS = \
stock-annot-circle.png \
@@ -312,8 +312,6 @@ if USE_ANNOTS_VIEW
stock-annot-underline.png \
stock-annot-widget.png \
stock-annot-unknown.png
-else
- STOCK_ANNOTS_ICONS =
endif
stockdir = $(datadir)/pixmaps/gpdf