r16843 - gnucash/branches/2.2/src/pixmaps - [r16842] Fix compiling from tarball, as art/ is not distributed.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Jan 7 20:20:04 EST 2008


Author: andi5
Date: 2008-01-07 20:20:04 -0500 (Mon, 07 Jan 2008)
New Revision: 16843
Trac: http://svn.gnucash.org/trac/changeset/16843

Modified:
   gnucash/branches/2.2/src/pixmaps/Makefile.am
Log:
[r16842] Fix compiling from tarball, as art/ is not distributed.

Patch from warlord.


Modified: gnucash/branches/2.2/src/pixmaps/Makefile.am
===================================================================
--- gnucash/branches/2.2/src/pixmaps/Makefile.am	2008-01-08 01:16:38 UTC (rev 16842)
+++ gnucash/branches/2.2/src/pixmaps/Makefile.am	2008-01-08 01:20:04 UTC (rev 16843)
@@ -56,9 +56,12 @@
 
 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



More information about the gnucash-changes mailing list