mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-29 04:04:07 -06:00
9 lines
108 B
Makefile
9 lines
108 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc goffice
|
|
else
|
|
SUBDIRS = libc
|
|
endif
|
|
|
|
EXTRA_DIST = README CMakeLists.txt
|
|
|