mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/common/debug \
|
||||
-I${top_srcdir}/libgnucash/engine \
|
||||
-I${top_srcdir}/libgnucash/core-utils \
|
||||
-I${top_srcdir}/lib/libc \
|
||||
-I${top_srcdir}/borrowed/libc \
|
||||
-I${top_srcdir}/common \
|
||||
${GLIB_CFLAGS} \
|
||||
${BOOST_CPPFLAGS} \
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
include $(top_srcdir)/test-templates/Makefile.decl
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/lib/libc \
|
||||
-I${top_srcdir}/borrowed/libc \
|
||||
-I${top_srcdir}/common \
|
||||
-I${top_srcdir}/libgnucash/core-utils \
|
||||
-I${top_srcdir}/libgnucash/gnc-module \
|
||||
@@ -24,7 +24,7 @@ LDADD = ${top_builddir}/common/test-core/libtest-core.la \
|
||||
${top_builddir}/libgnucash/core-utils/libgnc-core-utils.la \
|
||||
${top_builddir}/libgnucash/backend/sql/libgnc-backend-sql.la \
|
||||
${top_builddir}/libgnucash/backend/xml/libgnc-backend-xml-utils.la \
|
||||
${top_builddir}/lib/libc/libc-missing.la
|
||||
${top_builddir}/borrowed/libc/libc-missing.la
|
||||
|
||||
GNC_TEST_DEPS = \
|
||||
--gnc-module-dir ${top_builddir}/libgnucash/engine \
|
||||
|
||||
Reference in New Issue
Block a user