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:
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/libgnucash/engine \
|
||||
-I${top_srcdir}/libgnucash/core-utils \
|
||||
-I${top_srcdir}/libgnucash/gnc-module \
|
||||
-I${top_srcdir}/lib/libc\
|
||||
-I${top_srcdir}/borrowed/libc\
|
||||
-I$(top_srcdir)/common \
|
||||
${LIBXML2_CFLAGS} \
|
||||
${GLIB_CFLAGS} \
|
||||
|
@@ -257,10 +257,10 @@ LDADD = \
|
||||
./libgnc-test-file-stuff.la \
|
||||
${LIBXML2_LIBS} \
|
||||
${ZLIB_LIBS} \
|
||||
${top_builddir}/lib/libc/libc-missing.la
|
||||
${top_builddir}/borrowed/libc/libc-missing.la
|
||||
|
||||
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 \
|
||||
|
Reference in New Issue
Block a user