gnucash/libgnucash/gnc-module
Rob Gowin 778b86e29e Handle cases where LIBDIR is not "lib"
For example, Fedora installs to lib64, Debian to lib/<arch-tuple>
2017-12-01 17:00:39 -06:00
..
doc Restructure the src directory 2017-08-10 18:45:00 +02:00
example Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
test Handle cases where LIBDIR is not "lib" 2017-12-01 17:00:39 -06:00
CMakeLists.txt Use GNUInstallDirs in CMake Builds 2017-11-28 14:25:35 -08:00
gnc-module-api.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-module.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +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 Remove unset variable SWIG_ARGS from Makefile.am 2017-11-30 13:31:23 -08: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