mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Removing .la suffix on backend GModule name
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12829 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2006-01-17 Neil Williams <linux@codehelp.co.uk>
|
||||
|
||||
* src/engine/gnc-engine.c : Removing .la from
|
||||
name of module to be loaded with GModule.
|
||||
|
||||
2006-01-16 Joshua Sled <jsled@asynchronous.org>
|
||||
|
||||
* lib/libgsf-1.12.3/thumbnailer/
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#include "gnc-pricedb-p.h"
|
||||
|
||||
/** gnc file backend library name */
|
||||
#define GNC_LIB_NAME "libgnc-backend-file.la"
|
||||
#define GNC_LIB_NAME "libgnc-backend-file"
|
||||
/** init_fcn for gnc file backend library. */
|
||||
#define GNC_LIB_INIT "gnc_provider_init"
|
||||
/* gnc-backend-file location */
|
||||
@@ -97,7 +97,7 @@ gnc_engine_init(int argc, char ** argv)
|
||||
cashobjects_register();
|
||||
|
||||
g_return_if_fail((qof_load_backend_library
|
||||
(QOF_LIB_DIR, "libqof-backend-qsf.la", "qsf_provider_init")));
|
||||
(QOF_LIB_DIR, "libqof-backend-qsf", "qsf_provider_init")));
|
||||
g_return_if_fail((qof_load_backend_library
|
||||
(GNC_LIBDIR, GNC_LIB_NAME, GNC_LIB_INIT)));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user