gnucash/libgnucash/gnc-module
Geert Janssens f943ba61ae Rename directory for code from external projects
'lib' is also being used by the cmake build, so there was a
theoretical risk for file conflicts. The new name is 'borrowed'.
2017-08-17 15:25:49 +02:00
..
doc Restructure the src directory 2017-08-10 18:45:00 +02:00
example Eliminate plugins directory 2017-08-14 18:17:13 +02:00
test Keep the test modules from gnc-module outside of the normal GNC_MODULE_PATH 2017-08-16 11:59:27 +02:00
CMakeLists.txt Eliminate plugins directory 2017-08-14 18:17:13 +02:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.i Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.scm Restructure the src directory 2017-08-10 18:45:00 +02:00
Makefile.am Rename directory for code from external projects 2017-08-17 15:25:49 +02:00
README Restructure the src directory 2017-08-10 18:45:00 +02:00

This is gnc-module, a plugin/module system for gnucash and related
software.  The documentation currently consists of 'doc/design.txt'.

Bill Gribble