r15021 - gnucash/branches/swig-redo - Make src before its subdirectories so that swig-runtime.h exists early

Andreas Köhler andi5 at cvs.gnucash.org
Fri Oct 13 16:11:17 EDT 2006


Author: andi5
Date: 2006-10-13 16:11:16 -0400 (Fri, 13 Oct 2006)
New Revision: 15021
Trac: http://svn.gnucash.org/trac/changeset/15021

Modified:
   gnucash/branches/swig-redo/
   gnucash/branches/swig-redo/src/
   gnucash/branches/swig-redo/src/Makefile.am
Log:
Make src before its subdirectories so that swig-runtime.h exists early
enough. Svn-ignore that file.



Property changes on: gnucash/branches/swig-redo
___________________________________________________________________
Name: svk:merge
   - 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:800
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12971
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/swig-redo:802
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:12971


Property changes on: gnucash/branches/swig-redo/src
___________________________________________________________________
Name: svn:ignore
   - Makefile
Makefile.in
*.diff
*.diffs
*.patch
*.log
*.xac.*.xac
.deps
.libs
gnc-dir.h
.DS_Store
semantic.cache

TAGS

   + Makefile
Makefile.in
*.diff
*.diffs
*.patch
*.log
*.xac.*.xac
.deps
.libs
gnc-dir.h
swig-runtime.h
.DS_Store
semantic.cache

TAGS


Modified: gnucash/branches/swig-redo/src/Makefile.am
===================================================================
--- gnucash/branches/swig-redo/src/Makefile.am	2006-10-13 19:56:36 UTC (rev 15020)
+++ gnucash/branches/swig-redo/src/Makefile.am	2006-10-13 20:11:16 UTC (rev 15021)
@@ -28,9 +28,9 @@
 DIST_SUBDIRS = $(NONGUI_SUBDIRS) $(GUI_SUBDIRS_1) report $(GUI_SUBDIRS_2)
 
 if GNUCASH_ENABLE_GUI
-SUBDIRS = $(DIST_SUBDIRS)
+SUBDIRS = . $(DIST_SUBDIRS)
 else 
-SUBDIRS = $(NONGUI_SUBDIRS) report
+SUBDIRS = . $(NONGUI_SUBDIRS) report
 endif
 
 noinst_HEADERS = \



More information about the gnucash-changes mailing list