Move all sources to 'src/'
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
index 45b98d2b35a3c3b859f10060e4d7cb4f991bba11..134bcb1cec824e9ec0318aa1cd5b9379d925fd22 100644 (file)
@@ -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
This page took 0.023858 seconds and 4 git commands to generate.