From: Jelte Jansen Date: Mon, 10 Oct 2011 09:50:58 +0000 (+0000) Subject: [trac1253] one final addition to makefile X-Git-Tag: perftcpdns_before_epoll~37^2~17^2^2~6^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=df1298668ac3e758576b8b2bd6475c70cff7a57f;p=thirdparty%2Fkea.git [trac1253] one final addition to makefile --- diff --git a/src/bin/xfrin/tests/Makefile.am b/src/bin/xfrin/tests/Makefile.am index ae6620cf3f..8f4fa9157e 100644 --- a/src/bin/xfrin/tests/Makefile.am +++ b/src/bin/xfrin/tests/Makefile.am @@ -9,6 +9,9 @@ EXTRA_DIST = $(PYTESTS) LIBRARY_PATH_PLACEHOLDER = if SET_ENV_LIBRARY_PATH LIBRARY_PATH_PLACEHOLDER += $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/cryptolink/.libs:$(abs_top_builddir)/src/lib/dns/.libs:$(abs_top_builddir)/src/lib/dns/python/.libs:$(abs_top_builddir)/src/lib/cc/.libs:$(abs_top_builddir)/src/lib/config/.libs:$(abs_top_builddir)/src/lib/log/.libs:$(abs_top_builddir)/src/lib/util/.libs:$(abs_top_builddir)/src/lib/exceptions/.libs:$(abs_top_builddir)/src/lib/util/io/.libs:$(abs_top_builddir)/src/lib/datasrc/.libs:$$$(ENV_LIBRARY_PATH) +else +# sunstudio needs the ds path even if not all paths are necessary +LIBRARY_PATH_PLACEHOLDER += $(ENV_LIBRARY_PATH)=$(abs_top_builddir)/src/lib/datasrc/.libs endif # test using command-line arguments, so use check-local target instead of TESTS