Fix compiling from tarball, as art/ is not distributed.

Patch from warlord.
BP


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16842 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Andreas Köhler
2008-01-08 01:16:38 +00:00
parent 5bc3569911
commit 1484554a37

View File

@@ -56,9 +56,12 @@ gncsmallicon_DATA = 16x16/gnucash-icon.png
gncscalableicondir = ${datadir}/icons/hicolor/scalable/apps
gncscalableicon_DATA = scalable/gnucash-icon.svg
if BUILDING_FROM_SVN
scalable/gnucash-icon.svg: ${top_srcdir}/art/icon.svgz
-mkdir -p scalable
gzip -cd ${top_srcdir}/art/icon.svgz > scalable/gnucash-icon.svg
endif
# As suggested by <http://live.gnome.org/GnomeGoals/AppIcon>
if !OS_WIN32