X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;h=836f13e9543874af8db5814d80a8cb5c165b9384;hp=af76ae7fc909c60d8cb682dc30ec18dca521ed57;hb=6b979fc6dd8c03ed8332bdef2915b9d6d3ecfd6a;hpb=a12fbf640489be17c800edc1fba9f926b8a1ab8b diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am index af76ae7fc..836f13e95 100644 --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am @@ -5,7 +5,7 @@ AM_CFLAGS += -O0 noinst_LTLIBRARIES = libfoo.la libfoo_la_SOURCES = foo.c foo.h -libfoo_la_LDFLAGS = -shared -module -avoid-version -rpath $(abs_builddir)/.libs/ +libfoo_la_LDFLAGS = -shared -module -avoid-version -rpath $(libdir) noinst_PROGRAMS = userspace-probe-elf-binary userspace_probe_elf_binary_SOURCES = userspace-probe-elf-binary.c