r14762 - gnucash/trunk/src/gnome-utils - Symlinking directories only works on non-win32.

Christian Stimming cstim at cvs.gnucash.org
Tue Aug 29 03:29:34 EDT 2006


Author: cstim
Date: 2006-08-29 03:29:33 -0400 (Tue, 29 Aug 2006)
New Revision: 14762
Trac: http://svn.gnucash.org/trac/changeset/14762

Modified:
   gnucash/trunk/src/gnome-utils/Makefile.am
Log:
Symlinking directories only works on non-win32.

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-29 03:28:15 UTC (rev 14761)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-08-29 07:29:33 UTC (rev 14762)
@@ -320,6 +320,8 @@
 CLEANFILES = $(BUILT_SOURCES) .scm-links \
 	${SCM_FILE_LINKS} gw-gnome-utils.html
 
+# FIXME: Symlinking directories only works on non-win32.
+if !PLATFORM_WIN32
 #
 # I hate inconsistent standards. Autotools puts help files into
 # ${datadir}/gnome/help/${program} while the gnome2 libraries expect
@@ -330,3 +332,4 @@
 
 uninstall-hook:
 	rm -f ${DESTDIR}${pkgdatadir}/gnome
+endif



More information about the gnucash-changes mailing list