mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Avoid guile dependency in the python bindings
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21878 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
4627ce546c
commit
31d3b90f30
@ -1,6 +1,5 @@
|
||||
%module sw_core_utils
|
||||
%{
|
||||
#include <guile-mappings.h>
|
||||
#include <gnc-glib-utils.h>
|
||||
#include <gnc-main.h>
|
||||
#include <gnc-path.h>
|
||||
@ -10,6 +9,7 @@
|
||||
%}
|
||||
#if defined(SWIGGUILE)
|
||||
%{
|
||||
#include <guile-mappings.h>
|
||||
SCM scm_init_sw_core_utils_module (void);
|
||||
%}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user