mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
* src/calculation/Makefile.am: need to add GUILE_INCS
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7936 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
78f537fafa
commit
edcbc5f759
@ -1,3 +1,7 @@
|
|||||||
|
2003-02-03 Derek Atkins <derek@ihtfp.com>
|
||||||
|
|
||||||
|
* src/calculation/Makefile.am: need to add GUILE_INCS
|
||||||
|
|
||||||
2003-02-02 Chris Lyttle <chris@wilddev.net>
|
2003-02-02 Chris Lyttle <chris@wilddev.net>
|
||||||
|
|
||||||
* configure.in: change to 1.9.0 version
|
* configure.in: change to 1.9.0 version
|
||||||
|
@ -26,4 +26,4 @@ EXTRA_DIST = \
|
|||||||
numeric_ops.c \
|
numeric_ops.c \
|
||||||
numeric_ops.h
|
numeric_ops.h
|
||||||
|
|
||||||
AM_CFLAGS = -I${top_srcdir}/src/gnc-module ${GLIB_CFLAGS}
|
AM_CFLAGS = -I${top_srcdir}/src/gnc-module ${GUILE_INCS} ${GLIB_CFLAGS}
|
||||||
|
Loading…
Reference in New Issue
Block a user