mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-28 19:53:58 -06:00
25256c1ba7
This gets rid of the dependency on guile-www as well
9 lines
89 B
Makefile
9 lines
89 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc stf
|
|
else
|
|
SUBDIRS = libc
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|