mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "Fix mac looking in wrong directory for libgncmod-backend-dbi.dylib."
This reverts commit 6a359f86a0
.
This commit is contained in:
parent
7e7d42847c
commit
c6a72cc596
@ -30,9 +30,9 @@ extern "C"
|
|||||||
extern void test_suite_gnc_backend_dbi ();
|
extern void test_suite_gnc_backend_dbi ();
|
||||||
|
|
||||||
#define GNC_LIB_NAME_1 "gncmod-backend-dbi"
|
#define GNC_LIB_NAME_1 "gncmod-backend-dbi"
|
||||||
#define GNC_LIB_REL_PATH_1 "gnucash"
|
#define GNC_LIB_REL_PATH_1 "dbi"
|
||||||
#define GNC_LIB_NAME_2 "gncmod-backend-xml"
|
#define GNC_LIB_NAME_2 "gncmod-backend-xml"
|
||||||
#define GNC_LIB_REL_PATH_2 "gnucash"
|
#define GNC_LIB_REL_PATH_2 "xml"
|
||||||
|
|
||||||
int
|
int
|
||||||
main (int argc,
|
main (int argc,
|
||||||
|
@ -74,10 +74,10 @@ gnc_engine_init_part2()
|
|||||||
} libs[] =
|
} libs[] =
|
||||||
{
|
{
|
||||||
#if defined( HAVE_DBI_DBI_H )
|
#if defined( HAVE_DBI_DBI_H )
|
||||||
{ "gnucash", "gncmod-backend-dbi", TRUE },
|
{ "dbi", "gncmod-backend-dbi", TRUE },
|
||||||
#endif
|
#endif
|
||||||
{ "gnucash", "gncmod-backend-xml", TRUE },
|
{ "xml", "gncmod-backend-xml", TRUE },
|
||||||
{ NULL, FALSE }
|
{ NULL, NULL, FALSE }
|
||||||
}, *lib;
|
}, *lib;
|
||||||
|
|
||||||
for (lib = libs; lib->lib ; lib++)
|
for (lib = libs; lib->lib ; lib++)
|
||||||
|
Loading…
Reference in New Issue
Block a user