Cleanup some more obscure references to no longer existing 'src' directory

This commit is contained in:
Geert Janssens
2017-08-11 22:44:50 +02:00
parent afecab330a
commit 0c6da2f001
12 changed files with 22 additions and 24 deletions

View File

@@ -7,14 +7,12 @@
-I..
-I../..
-I../../..
-I../../gnc-module
-I../../../src/backend
-I../../../src/backend/sql
-I../../../src/engine
-I../../../src/core-utils
-I../../../libgnucash/gnc-module
-I../../../libgnucash/backend
-I../../../libgnucash/backend/sql
-I../../../libgnucash/engine
-I../../../libgnucash/core-utils
-I../../../lib/libc
-I../../../lib/libqof/qof
-I../../../lib/libqof/qof
-I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/include/gconf/2

View File

@@ -74,7 +74,7 @@ guile_main (void* closure, int argc, char** argv)
if (!location)
{
location = "../../../../accounts/C";
location = "../../../../data/accounts/C";
}
gnc_module_system_init ();