[PATCH 2/3] Add GUILE_INCS to CFLAGS where necessary.

Bill Nottingham notting at redhat.com
Fri May 13 16:26:00 EDT 2011


Bill Nottingham (notting at redhat.com) said: 
> ---
>  src/import-export/aqbanking/Makefile.am |    1 +
>  src/plugins/bi_import/Makefile.am       |    1 +
>  2 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/src/import-export/aqbanking/Makefile.am b/src/import-export/aqbanking/Makefile.am
> index 82a0403..36764f9 100644
> --- a/src/import-export/aqbanking/Makefile.am
> +++ b/src/import-export/aqbanking/Makefile.am
> @@ -64,6 +64,7 @@ AM_CFLAGS = \
>    ${GNOME_CFLAGS} \
>    ${GLADE_CFLAGS} \
>    ${GLIB_CFLAGS} \
> +  ${GUILE_CFLAGS} \
>    ${AQBANKING_CFLAGS}

So, reading this I see my commit message refers to GUILE_INCS, and
the patch refers to GUILE_CFLAGS. 

These appear to be used somewhat interchangeably throughout the buildsystem;
they evaluate the same in any case.

Bill


More information about the gnucash-devel mailing list