mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Cleanup some more obscure references to no longer existing 'src' directory
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user