Fix:xpm:Reverted part of earlier patch, it doesn't make sense to create pngs out...
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 23 Jun 2009 15:26:14 +0000 (15:26 +0000)
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>
Tue, 23 Jun 2009 15:26:14 +0000 (15:26 +0000)
git-svn-id: https://navit.svn.sourceforge.net/svnroot/navit/trunk/navit@2357 ffa7fe5e-494d-0410-b361-a75ebd5db220

navit/xpm/Makefile.am

index 3ba1067..36f4a28 100644 (file)
@@ -185,7 +185,7 @@ if USE_SVG2PNG
        SRCDIR=$(srcdir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$@"
 %.png:$(srcdir)/*.svg
        SRCDIR=$(srcdir) $(srcdir)/navit_svg2png "@SVG2PNG@" "$@"
-pngs = $(addsuffix .png,$(basename $(svgs) $(nav_svgs) $(flag_svgs)))
+pngs = $(addsuffix .png,$(basename $(svgs)))
 xsize=$(word 1,$(subst x, ,$(scale)))
 ysize=$(word $(words $(scale)),$(subst x, ,$(scale)))
 comma=,