Author: gordonsim
Date: 2008-04-23 05:25:04 -0400 (Wed, 23 Apr 2008)
New Revision: 1965
Modified:
store/trunk/cpp/tests/Makefile.am
Log:
Changed to use abs_builddir/.. as prefix for lib
Modified: store/trunk/cpp/tests/Makefile.am
===================================================================
--- store/trunk/cpp/tests/Makefile.am 2008-04-23 09:11:27 UTC (rev 1964)
+++ store/trunk/cpp/tests/Makefile.am 2008-04-23 09:25:04 UTC (rev 1965)
@@ -44,6 +44,6 @@
QPID_DIR=$(QPID_DIR) \
VALGRIND=$(VALGRIND) \
abs_srcdir=$(abs_srcdir) \
- LIBBDBSTORE=$(abs_top_builddir)/lib/.libs/libbdbstore.so \
+ LIBBDBSTORE=$(abs_builddir)/../lib/.libs/libbdbstore.so \
$(srcdir)/run_test
Show replies by date