mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-02 13:39:43 -06:00
dcce2d79cd
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
|
|
|