>From 27fe92de4acd50aaab29bd7470f998241ba3306b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Thu, 10 Nov 2016 09:24:17 -0500 Subject: [PATCH] Bug 774122 - Part 4: libtool wrapper test looked in the wrong place * Makefile.am: (AM_CPPFLAGS) NEMIVER_SRCDIR should be srcdir. NEMIVER_BUILDDIR should be . --- tests/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index f7afb43..098c84b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -208,8 +208,8 @@ AM_CPPFLAGS=-I$(top_srcdir)/src \ -I$(top_srcdir)/src/confmgr \ -I$(top_srcdir)/src/dbgengine \ @NEMIVERCOMMON_CFLAGS@ -DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN \ --DNEMIVER_SRCDIR=\"$(top_srcdir)\" \ --DNEMIVER_BUILDDIR=\"$(top_builddir)\" +-DNEMIVER_SRCDIR=\"$(srcdir)\" \ +-DNEMIVER_BUILDDIR=\".\" LDADD=$(top_builddir)/src/common/libnemivercommon.la -- 2.9.3