From 3cf87fe22cf53178ddd4f7e5c4be67ca8c4bc8bd Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 19 Mar 2019 13:46:08 +0100 Subject: tests: use -no-install libtool flag to avoid ./lt-* scripts This ensures that the rpath of the generated binaries is set to use only the just-compiled so-files and not any system-wide installed libraries while avoiding the ugly shell script wrapper. Change-Id: I927561289b17b313d52fb5c1da55e237fc1d33be --- tests/auc/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/auc') diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am index 9f2974f..a3814b6 100644 --- a/tests/auc/Makefile.am +++ b/tests/auc/Makefile.am @@ -13,6 +13,7 @@ AM_CFLAGS = \ $(NULL) AM_LDFLAGS = \ + -no-install \ $(NULL) EXTRA_DIST = \ -- cgit v1.2.3