mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Targeted distributions should have goffice packages by now. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15701 57a11ea4-9604-0410-9ed3-97b8803252fd
10 lines
147 B
Makefile
10 lines
147 B
Makefile
SUBDIRS = libc glib28 guile-www srfi
|
|
DIST_SUBDIRS = libc glib28 guile-www srfi libqof
|
|
|
|
if USE_LIBQOF
|
|
SUBDIRS += libqof
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|