]> www.fi.muni.cz Git - evince.git/commitdiff
Changed variables assignement to avoid undefined message from
authorRemi Cohen-Scali <rcoscali@cvs.gnome.org>
Tue, 13 Jan 2004 08:16:07 +0000 (08:16 +0000)
committerRémi Cohen-Scali <rcoscali@src.gnome.org>
Tue, 13 Jan 2004 08:16:07 +0000 (08:16 +0000)
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.

pdf/xpdf/Makefile.am

index acaa4df9f8767fa3c63d346a824ddf8d620927c3..ef10acc62a1f6caeccadcf8d60c1a670f1424109 100644 (file)
@@ -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