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'.
This commit is contained in:
Geert Janssens
2017-08-17 15:25:41 +02:00
parent a25001dfe6
commit f943ba61ae
50 changed files with 63 additions and 66 deletions

View File

@@ -3,7 +3,7 @@
# it's dependency on src/engine
AM_CPPFLAGS = \
-I${top_srcdir}/lib/libc \
-I${top_srcdir}/borrowed/libc \
-I${top_srcdir}/common \
-I${top_srcdir}/libgnucash/core-utils \
${GLIB_CFLAGS} \
@@ -15,7 +15,7 @@ libgnc_module_la_SOURCES = gnc-module.c swig-gnc-module.c
libgnc_module_la_LIBADD = \
../core-utils/libgnc-core-utils.la \
${top_builddir}/lib/libc/libc-missing.la \
${top_builddir}/borrowed/libc/libc-missing.la \
${GLIB_LIBS} \
${GUILE_LIBS}