AUDIT: r16842 - gnucash/trunk/src/pixmaps - Fix compiling from tarball, as art/ is not distributed.

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


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

Modified:
   gnucash/trunk/src/pixmaps/Makefile.am
Log:
Fix compiling from tarball, as art/ is not distributed.

Patch from warlord.
BP


Modified: gnucash/trunk/src/pixmaps/Makefile.am
===================================================================
--- gnucash/trunk/src/pixmaps/Makefile.am	2008-01-07 20:43:49 UTC (rev 16841)
+++ gnucash/trunk/src/pixmaps/Makefile.am	2008-01-08 01:16:38 UTC (rev 16842)
@@ -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