From 86c8f72f7023b2cebdc0b2c6e17aab96678740db Mon Sep 17 00:00:00 2001 From: Remi Cohen-Scali Date: Tue, 13 Jan 2004 08:16:07 +0000 Subject: Changed variables assignement to avoid undefined message from 2004-01-13 Remi Cohen-Scali * xpdf/Makefile.am (STOCK_ANNOTS_ICONS, ANNOTS_VIEW_SRCS): Changed variables assignement to avoid undefined message from automake-1.4. --- (limited to 'pdf') 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 -- cgit v0.9.1