mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Adjust compilation arguments.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@2450 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
0105daa092
commit
f56cc90a1f
@ -62,7 +62,7 @@ noinst_HEADERS = \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore
|
.cvsignore
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I./engine \
|
-I./engine \
|
||||||
|
@ -139,7 +139,7 @@ noinst_HEADERS = AccWindow.h AdjBWindow.h Destroy.h EuroUtils.h FileB
|
|||||||
EXTRA_DIST = .cvsignore
|
EXTRA_DIST = .cvsignore
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GLIB_CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GNOME_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = -I./engine -I./guile -I./register
|
INCLUDES = -I./engine -I./guile -I./register
|
||||||
|
|
||||||
|
@ -61,6 +61,6 @@ EXTRA_DIST = \
|
|||||||
design.txt \
|
design.txt \
|
||||||
extensions.txt
|
extensions.txt
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
|
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = -I..
|
INCLUDES = -I..
|
||||||
|
@ -135,7 +135,7 @@ noinst_HEADERS = AccInfo.h AccInfoP.h Account.h AccountP.h BackendP.h
|
|||||||
EXTRA_DIST = .cvsignore README.query-api design.txt extensions.txt
|
EXTRA_DIST = .cvsignore README.query-api design.txt extensions.txt
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS}
|
CFLAGS = @CFLAGS@ ${GLIB_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = -I..
|
INCLUDES = -I..
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
@ -74,7 +74,7 @@ EXTRA_DIST = \
|
|||||||
gnc-dialogs.glade \
|
gnc-dialogs.glade \
|
||||||
gnucash.desktop
|
gnucash.desktop
|
||||||
|
|
||||||
CFLAGS += ${GNOME_CFLAGS} ${G_WRAP_COMPILE_ARGS}
|
CFLAGS += ${GNOME_CFLAGS} ${G_WRAP_COMPILE_ARGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I${top_srcdir}/src \
|
-I${top_srcdir}/src \
|
||||||
|
@ -131,7 +131,7 @@ noinst_HEADERS = account-tree.h account-treeP.h cursors.h dialog-accoun
|
|||||||
EXTRA_DIST = .cvsignore gnc-dialogs.glade gnucash.desktop
|
EXTRA_DIST = .cvsignore gnc-dialogs.glade gnucash.desktop
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = ${GNOME_CFLAGS} ${G_WRAP_COMPILE_ARGS}
|
CFLAGS = ${GNOME_CFLAGS} ${G_WRAP_COMPILE_ARGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/g-wrap -I${top_srcdir}/src/guile -I${top_srcdir}/src/register -I${top_srcdir}/src/register/gnome
|
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/g-wrap -I${top_srcdir}/src/guile -I${top_srcdir}/src/register -I${top_srcdir}/src/register/gnome
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ EXTRA_DIST = \
|
|||||||
.cvsignore \
|
.cvsignore \
|
||||||
design.txt
|
design.txt
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GNOME_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I${top_srcdir}/src \
|
-I${top_srcdir}/src \
|
||||||
|
@ -127,7 +127,7 @@ noinst_HEADERS = QuickFill.h basiccell.h cellblock.h combocell.h date
|
|||||||
EXTRA_DIST = .cvsignore design.txt
|
EXTRA_DIST = .cvsignore design.txt
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GNOME_CFLAGS} ${GUILE_COMPILE_ARGS}
|
||||||
|
|
||||||
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/guile -I${top_srcdir}/src/register/gnome
|
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/guile -I${top_srcdir}/src/register/gnome
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ noinst_HEADERS = \
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
.cvsignore
|
.cvsignore
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GNOME_CFLAGS}
|
||||||
|
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-I${top_srcdir}/src \
|
-I${top_srcdir}/src \
|
||||||
|
@ -127,7 +127,7 @@ noinst_HEADERS = gnucash-color.h gnucash-cursor.h gnucash-grid.h gnucas
|
|||||||
EXTRA_DIST = .cvsignore
|
EXTRA_DIST = .cvsignore
|
||||||
|
|
||||||
|
|
||||||
CFLAGS = @CFLAGS@ @GNOME_CFLAGS@
|
CFLAGS = @CFLAGS@ ${GNOME_CFLAGS}
|
||||||
|
|
||||||
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/guile -I${top_srcdir}/src/register
|
INCLUDES = -I${top_srcdir}/src -I${top_srcdir}/src/engine -I${top_srcdir}/src/guile -I${top_srcdir}/src/register
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user