[Gnucash-changes] r11811 - gnucash/branches/cashutil - outline cashutil build support

Derek Atkins warlord at MIT.EDU
Fri Nov 4 10:08:55 EST 2005


Neil Williams <codehelp at cvs.gnucash.org> writes:

> Modified: gnucash/branches/cashutil/Makefile.am
> ===================================================================
> --- gnucash/branches/cashutil/Makefile.am	2005-11-03 11:22:44 UTC (rev 11810)
> +++ gnucash/branches/cashutil/Makefile.am	2005-11-03 11:30:47 UTC (rev 11811)
> @@ -1,5 +1,10 @@
> +if BUILD_CASHUTIL
> +cashutil_dir=cashutil
> +else
> +cashutil_dir=
> +endif
>  
> -SUBDIRS = doc lib src intl-scm po rpm accounts
> +SUBDIRS = doc lib src intl-scm po rpm accounts ${cashutil_dir}
>  
>  docdir = ${GNC_DOC_INSTALL_DIR}

FYI, you'll need to make sure "cashutil" is in DIST_SUBDIRS if you
ever want "make dist" to work with this code.

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list