mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
We're using only a tiny fraction of that library. Adding it directly in the gnucash source saves a large dependency chain. Note this is a verbatim copy of these files from https://github.com/GNOME/goffice/tree/GOFFICE_0_8_17 to preserve a clean link with it's origin. It will only build correctly after the next commit.
9 lines
97 B
Makefile
9 lines
97 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc stf goffice
|
|
else
|
|
SUBDIRS = libc
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|