X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;h=836f13e9543874af8db5814d80a8cb5c165b9384;hb=10c9e48bf29b5d7736b5c8635afb50f7c422e1a4;hp=af76ae7fc909c60d8cb682dc30ec18dca521ed57;hpb=2868dcc95f37ab202cea1e4a3a00a88f7b42ba86;p=lttng-tools.git 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