Handle cases where LIBDIR is not "lib"

For example, Fedora installs to lib64, Debian to lib/<arch-tuple>
This commit is contained in:
Rob Gowin 2017-12-01 12:53:17 -06:00 committed by John Ralls
parent 2be5642a7d
commit e7b7974a3c

View File

@ -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 \