mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 13:09:41 -06:00
5b906bd598
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12070 57a11ea4-9604-0410-9ed3-97b8803252fd
17 lines
174 B
Makefile
17 lines
174 B
Makefile
SUBDIRS = libc glib26 guile-www srfi
|
|
|
|
if USE_LIBGOFFICE
|
|
SUBDIRS +=
|
|
else
|
|
SUBDIRS += goffice
|
|
endif
|
|
|
|
if USE_LIBQOF
|
|
SUBDIRS += libqof
|
|
else
|
|
SUBDIRS +=
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|