mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-20 11:48:30 -06:00
9 lines
89 B
Makefile
9 lines
89 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc stf
|
|
else
|
|
SUBDIRS = libc
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|