mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
This was still pulled in via the now removed gnc-csv-model. In order to remove this, the fixed format csv importer has been tweaked to get the required features from the c++ csv importer code instead.
9 lines
93 B
Makefile
9 lines
93 B
Makefile
if GNUCASH_ENABLE_GUI
|
|
SUBDIRS = libc goffice
|
|
else
|
|
SUBDIRS = libc
|
|
endif
|
|
|
|
EXTRA_DIST = README
|
|
|