mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug #655901 - Fix build with guile 2.0
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21464 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
dffd44139d
commit
d554357786
@ -29,8 +29,6 @@
|
|||||||
#ifndef GNC_SPLIT_REG_H
|
#ifndef GNC_SPLIT_REG_H
|
||||||
#define GNC_SPLIT_REG_H
|
#define GNC_SPLIT_REG_H
|
||||||
|
|
||||||
#include <libguile.h>
|
|
||||||
|
|
||||||
#include "gnc-ledger-display.h"
|
#include "gnc-ledger-display.h"
|
||||||
#include "gnucash-sheet.h"
|
#include "gnucash-sheet.h"
|
||||||
|
|
||||||
|
@ -29,8 +29,7 @@ libgncmod_bi_import_la_LIBADD = \
|
|||||||
${GNOME_LIBS} \
|
${GNOME_LIBS} \
|
||||||
${GLADE_LIBS} \
|
${GLADE_LIBS} \
|
||||||
${QOF_LIBS} \
|
${QOF_LIBS} \
|
||||||
${GLIB_LIBS} \
|
${GLIB_LIBS}
|
||||||
${GUILE_LIBS}
|
|
||||||
|
|
||||||
AM_CFLAGS = \
|
AM_CFLAGS = \
|
||||||
-I${top_srcdir}/src \
|
-I${top_srcdir}/src \
|
||||||
@ -53,7 +52,6 @@ AM_CFLAGS = \
|
|||||||
${GNOME_CFLAGS} \
|
${GNOME_CFLAGS} \
|
||||||
${GLADE_CFLAGS} \
|
${GLADE_CFLAGS} \
|
||||||
${QOF_CFLAGS} \
|
${QOF_CFLAGS} \
|
||||||
${GLIB_CFLAGS} \
|
${GLIB_CFLAGS}
|
||||||
${GUILE_INCS}
|
|
||||||
|
|
||||||
INCLUDES = -DG_LOG_DOMAIN=\"gnc.plugin.bi_import\"
|
INCLUDES = -DG_LOG_DOMAIN=\"gnc.plugin.bi_import\"
|
||||||
|
@ -31,7 +31,6 @@
|
|||||||
#include <gmodule.h>
|
#include <gmodule.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
#include <libguile.h>
|
|
||||||
|
|
||||||
#include "gnc-hooks.h"
|
#include "gnc-hooks.h"
|
||||||
#include "gnc-module.h"
|
#include "gnc-module.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user