diff options
author | Harald Welte <laforge@gnumonks.org> | 2019-03-19 00:04:51 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2019-03-19 00:06:35 +0100 |
commit | d488c7256fee60902fbef8bfeac211664769d63f (patch) | |
tree | 26c8c7581257c1a29d4aa7fbb6f60e9e31e4f4c6 /tests | |
parent | 24e67f86dd5da3c36eae4476e50d630689612d87 (diff) |
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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |