mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
00511d25ea
Patch by Kuang-che Wu. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22105 57a11ea4-9604-0410-9ed3-97b8803252fd
9 lines
109 B
Makefile
9 lines
109 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc guile-www stf
|
|
else
|
|
SUBDIRS = libc guile-www
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|