From d488c7256fee60902fbef8bfeac211664769d63f Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 19 Mar 2019 00:04:51 +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 libosmo{core,gsm,vty}.so and not any system-wide installed libraries while avoiding the ugly shell script wrapper. Change-Id: I9b9ae0ed277ba71519661a66a70b7f86971e4511 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 63f3959d..ab3728f0 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include AM_CFLAGS = -Wall $(TALLOC_CFLAGS) -AM_LDFLAGS = +AM_LDFLAGS = -no-install LDADD = $(top_builddir)/src/libosmocore.la $(TALLOC_LIBS) if ENABLE_SERCOM_STUB -- cgit v1.2.3