mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 04:59:29 -06:00
Handle cases where LIBDIR is not "lib"
For example, Fedora installs to lib64, Debian to lib/<arch-tuple>
This commit is contained in:
parent
2be5642a7d
commit
e7b7974a3c
@ -8,6 +8,7 @@ pkglib_LTLIBRARIES = libgncmod-engine.la
|
||||
AM_CPPFLAGS = \
|
||||
-I${top_srcdir}/borrowed/libc \
|
||||
-I${top_srcdir}/libgnucash/core-utils \
|
||||
-I${top_builddir}/libgnucash/core-utils \
|
||||
-I${top_srcdir}/common \
|
||||
-I${top_builddir}/common \
|
||||
-I${top_srcdir}/libgnucash/gnc-module \
|
||||
|
Loading…
Reference in New Issue
Block a user