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:
parent
afecab330a
commit
0c6da2f001
@ -16,7 +16,7 @@
|
|||||||
sodipodi:version="0.32"
|
sodipodi:version="0.32"
|
||||||
inkscape:version="0.47pre3 r22311"
|
inkscape:version="0.47pre3 r22311"
|
||||||
sodipodi:docname="gnc-invoice-pay.svg"
|
sodipodi:docname="gnc-invoice-pay.svg"
|
||||||
inkscape:export-filename="/home/janssege/Development/EclipseWS/GnuCash-trunk/src/pixmaps/gnc-invoice-pay.png"
|
inkscape:export-filename="pixmaps/gnc-invoice-pay.png"
|
||||||
inkscape:export-xdpi="90"
|
inkscape:export-xdpi="90"
|
||||||
inkscape:export-ydpi="90"
|
inkscape:export-ydpi="90"
|
||||||
version="1.0">
|
version="1.0">
|
||||||
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
@ -12,11 +12,11 @@ TOP_SRC_DIR="@-TOP_SRC_DIR-@"
|
|||||||
export G_SLICE=always-malloc
|
export G_SLICE=always-malloc
|
||||||
export G_DEBUG=gc-friendly
|
export G_DEBUG=gc-friendly
|
||||||
exec valgrind -v \
|
exec valgrind -v \
|
||||||
--suppressions=${TOP_SRC_DIR}/src/debug/valgrind/valgrind-gnucash.supp \
|
--suppressions=${TOP_SRC_DIR}/common/debug/valgrind/valgrind-gnucash.supp \
|
||||||
--suppressions=${TOP_SRC_DIR}/src/debug/valgrind/valgrind-glib.supp \
|
--suppressions=${TOP_SRC_DIR}/common/debug/valgrind/valgrind-glib.supp \
|
||||||
--suppressions=${TOP_SRC_DIR}/src/debug/valgrind/valgrind-libfontconfig.supp \
|
--suppressions=${TOP_SRC_DIR}/common/debug/valgrind/valgrind-libfontconfig.supp \
|
||||||
--suppressions=${TOP_SRC_DIR}/src/debug/valgrind/valgrind-libgda.supp \
|
--suppressions=${TOP_SRC_DIR}/common/debug/valgrind/valgrind-libgda.supp \
|
||||||
--suppressions=${TOP_SRC_DIR}/src/debug/valgrind/valgrind-libguile.supp \
|
--suppressions=${TOP_SRC_DIR}/common/debug/valgrind/valgrind-libguile.supp \
|
||||||
--num-callers=25 \
|
--num-callers=25 \
|
||||||
--error-limit=no \
|
--error-limit=no \
|
||||||
--tool=memcheck \
|
--tool=memcheck \
|
||||||
|
@ -7,14 +7,12 @@
|
|||||||
-I..
|
-I..
|
||||||
-I../..
|
-I../..
|
||||||
-I../../..
|
-I../../..
|
||||||
-I../../gnc-module
|
-I../../../libgnucash/gnc-module
|
||||||
-I../../../src/backend
|
-I../../../libgnucash/backend
|
||||||
-I../../../src/backend/sql
|
-I../../../libgnucash/backend/sql
|
||||||
-I../../../src/engine
|
-I../../../libgnucash/engine
|
||||||
-I../../../src/core-utils
|
-I../../../libgnucash/core-utils
|
||||||
-I../../../lib/libc
|
-I../../../lib/libc
|
||||||
-I../../../lib/libqof/qof
|
|
||||||
-I../../../lib/libqof/qof
|
|
||||||
-I/usr/include/glib-2.0
|
-I/usr/include/glib-2.0
|
||||||
-I/usr/lib/glib-2.0/include
|
-I/usr/lib/glib-2.0/include
|
||||||
-I/usr/include/gconf/2
|
-I/usr/include/gconf/2
|
||||||
|
@ -74,7 +74,7 @@ guile_main (void* closure, int argc, char** argv)
|
|||||||
|
|
||||||
if (!location)
|
if (!location)
|
||||||
{
|
{
|
||||||
location = "../../../../accounts/C";
|
location = "../../../../data/accounts/C";
|
||||||
}
|
}
|
||||||
|
|
||||||
gnc_module_system_init ();
|
gnc_module_system_init ();
|
||||||
|
@ -168,7 +168,7 @@ gchar *gnc_path_get_reportdir()
|
|||||||
const gchar *builddir = g_getenv ("GNC_BUILDDIR");
|
const gchar *builddir = g_getenv ("GNC_BUILDDIR");
|
||||||
if (g_getenv ("GNC_UNINSTALLED") && builddir)
|
if (g_getenv ("GNC_UNINSTALLED") && builddir)
|
||||||
{
|
{
|
||||||
result = g_build_filename (builddir, "src", "report", NULL);
|
result = g_build_filename (builddir, "gnucash", "report", NULL);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -652,8 +652,8 @@ WARN_LOGFILE = doxygen.log
|
|||||||
# directories like "/usr/src/myproject". Separate the files or directories
|
# directories like "/usr/src/myproject". Separate the files or directories
|
||||||
# with spaces.
|
# with spaces.
|
||||||
|
|
||||||
INPUT = @-top_srcdir-@/src \
|
INPUT = @-top_srcdir-@/libgnucash \
|
||||||
@-top_srcdir-@/src/engine/
|
@-top_srcdir-@/libgnucash/engine/
|
||||||
|
|
||||||
# This tag can be used to specify the character encoding of the source files
|
# This tag can be used to specify the character encoding of the source files
|
||||||
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
|
||||||
@ -1548,7 +1548,7 @@ SEARCH_INCLUDES = YES
|
|||||||
# contain include files that are not input files but should be processed by
|
# contain include files that are not input files but should be processed by
|
||||||
# the preprocessor.
|
# the preprocessor.
|
||||||
|
|
||||||
INCLUDE_PATH = @-top_srcdir-@/src/engine/
|
INCLUDE_PATH = @-top_srcdir-@/libgnucash/engine/
|
||||||
|
|
||||||
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
|
||||||
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
# patterns (like *.h and *.hpp) to filter out the header-files in the
|
||||||
|
@ -3,7 +3,7 @@ ${GUILE} -c "(use-modules (gnucash unittest-support))
|
|||||||
(define log-domain \"gnc.module\")
|
(define log-domain \"gnc.module\")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg \"Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n\")
|
(define msg \"Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n\")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
@ -7,7 +7,7 @@ exec ${GUILE} -s $0 "$@"
|
|||||||
(define log-domain "gnc.module")
|
(define log-domain "gnc.module")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg "Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
(define msg "Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
@ -6,7 +6,7 @@ exec ${GUILE} -s $0 "$@"
|
|||||||
(define log-domain "gnc.module")
|
(define log-domain "gnc.module")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg "Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
(define msg "Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
@ -7,7 +7,7 @@ exec ${GUILE} -s $0 "$@"
|
|||||||
(define log-domain "gnc.module")
|
(define log-domain "gnc.module")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg "Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
(define msg "Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
@ -3,7 +3,7 @@ ${GUILE} -c "(use-modules (gnucash unittest-support))
|
|||||||
(define log-domain \"gnc.module\")
|
(define log-domain \"gnc.module\")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg \"Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n\")
|
(define msg \"Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n\")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
@ -5,7 +5,7 @@ exec ${GUILE} -s $0 "$@"
|
|||||||
(define log-domain "gnc.module")
|
(define log-domain "gnc.module")
|
||||||
(define check (new-TestErrorStruct))
|
(define check (new-TestErrorStruct))
|
||||||
(define log-level (G-LOG-LEVEL-WARNING))
|
(define log-level (G-LOG-LEVEL-WARNING))
|
||||||
(define msg "Module '../../../src/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
(define msg "Module '../../../libgnucash/gnc-module/test/misc-mods/.libs/libgncmod_futuremodsys.so' requires newer module system\n")
|
||||||
(TestErrorStruct-log-domain-set check log-domain)
|
(TestErrorStruct-log-domain-set check log-domain)
|
||||||
(TestErrorStruct-log-level-set check log-level)
|
(TestErrorStruct-log-level-set check log-level)
|
||||||
(TestErrorStruct-msg-set check msg)
|
(TestErrorStruct-msg-set check msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user