X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Funit%2Flibringbuffer%2FMakefile.am;h=134bcb1cec824e9ec0318aa1cd5b9379d925fd22;hb=9d4c8b2d907edb9ebc9bfde55602598e7ba0832e;hp=45b98d2b35a3c3b859f10060e4d7cb4f991bba11;hpb=6ba6fd60507f8e045bdc4f1be14e9d99c6a15f7f;p=lttng-ust.git diff --git a/tests/unit/libringbuffer/Makefile.am b/tests/unit/libringbuffer/Makefile.am index 45b98d2b..134bcb1c 100644 --- a/tests/unit/libringbuffer/Makefile.am +++ b/tests/unit/libringbuffer/Makefile.am @@ -1,11 +1,11 @@ # SPDX-License-Identifier: LGPL-2.1-only -AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/ -I$(top_srcdir)/tests/utils +AM_CPPFLAGS += -I$(top_srcdir)/tests/utils noinst_PROGRAMS = test_shm test_shm_SOURCES = shm.c test_shm_LDADD = \ - $(top_builddir)/libringbuffer/libringbuffer.la \ - $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \ - $(top_builddir)/snprintf/libustsnprintf.la \ + $(top_builddir)/src/libringbuffer/libringbuffer.la \ + $(top_builddir)/src/liblttng-ust-comm/liblttng-ust-comm.la \ + $(top_builddir)/src/snprintf/libustsnprintf.la \ $(top_builddir)/tests/utils/libtap.a