mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05: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
|
|
|