mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Follow-up to r19928: Include gnc-version.h with directory path to avoid picking the wrong file.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19952 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
c94ee4dd31
commit
300284f8e5
@ -15,7 +15,7 @@ AM_CPPFLAGS = -I${top_builddir} ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GTK_CFLAGS} \
|
||||
-I${top_srcdir}/src/gnome-utils \
|
||||
-I${top_srcdir}/src/engine \
|
||||
-I${top_srcdir}/src/gnome \
|
||||
-I${top_builddir}/src/core-utils \
|
||||
-I${top_builddir}/src \
|
||||
-I${top_srcdir}/src/gnc-module \
|
||||
-I${top_srcdir}/src/libqof/qof \
|
||||
${GUILE_INCS} \
|
||||
@ -31,7 +31,7 @@ dist_noinst_DATA = gnucash.rc
|
||||
|
||||
.rc.res:
|
||||
$(AM_V_GEN)$(RC) -i '$<' --input-format=rc -o '$@' -O coff
|
||||
|
||||
|
||||
configdir = ${GNC_CONFIGDIR}
|
||||
config_DATA = environment
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
#include "gnc-module.h"
|
||||
#include "gnc-path.h"
|
||||
#include "binreloc.h"
|
||||
#include "gnc-version.h"
|
||||
#include "core-utils/gnc-version.h"
|
||||
#include "gnc-engine.h"
|
||||
#include "gnc-filepath-utils.h"
|
||||
#include "gnc-ui-util.h"
|
||||
|
@ -48,6 +48,7 @@ AM_CPPFLAGS = \
|
||||
${IGE_MAC_CFLAGS} \
|
||||
${QOF_CFLAGS} \
|
||||
-I${top_srcdir}/src/libqof/qof \
|
||||
-I${top_builddir}/src \
|
||||
-I${top_srcdir}/src
|
||||
|
||||
gncmoddir = ${GNC_SHAREDIR}/guile-modules/gnucash
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include "config.h"
|
||||
#include "gnc-main.h"
|
||||
#include "gnc-version.h"
|
||||
#include "core-utils/gnc-version.h"
|
||||
|
||||
static gchar *namespace_regexp = NULL;
|
||||
static gboolean is_debugging = 0;
|
||||
|
@ -12,7 +12,6 @@ AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/src/app-utils \
|
||||
-I${top_srcdir}/src \
|
||||
-I${top_builddir}/src \
|
||||
-I${top_builddir}/src/core-utils \
|
||||
-I${top_srcdir}/lib/libc \
|
||||
-I${top_srcdir}/src/libqof/qof \
|
||||
${GLIB_CFLAGS} \
|
||||
|
@ -60,7 +60,7 @@
|
||||
#include "gnc-ui.h"
|
||||
#include "gnc-ui-util.h"
|
||||
#include "gnc-uri-utils.h"
|
||||
#include "gnc-version.h"
|
||||
#include "core-utils/gnc-version.h"
|
||||
#include "gnc-window.h"
|
||||
#include "gnc-main.h"
|
||||
#include "gnc-gconf-utils.h"
|
||||
|
@ -27,7 +27,7 @@
|
||||
|
||||
#include "gnc-gnome-utils.h"
|
||||
#include "gnc-splash.h"
|
||||
#include "gnc-version.h"
|
||||
#include "core-utils/gnc-version.h"
|
||||
#include "gnc-gconf-utils.h"
|
||||
|
||||
#define MARKUP_STRING "<span size='small'>%s</span>"
|
||||
|
Loading…
Reference in New Issue
Block a user