Skip to content

Commit

Permalink
Follow-up to r19928: Include gnc-version.h with directory path to avo…
Browse files Browse the repository at this point in the history
…id picking the wrong file.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@19952 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
cstim committed Dec 16, 2010
1 parent c94ee4d commit 300284f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/bin/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/bin/gnucash-bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/core-utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/core-utils/gnc-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion src/gnome-utils/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-utils/gnc-main-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/gnome-utils/gnc-splash.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>"
Expand Down

0 comments on commit 300284f

Please sign in to comment.