Move libringbuffer to 'src/common/'
[lttng-ust.git] / tests / unit / libringbuffer / Makefile.am
index 7094cf669cab25401ac346c98d98cfe0ec949f82..7b086442ab69983d4784384ee15b70efae6c1bf2 100644 (file)
@@ -1,9 +1,11 @@
-AM_CPPFLAGS += -I$(top_srcdir)/include -I$(top_srcdir)/ -I$(top_srcdir)/tests/utils
+# SPDX-License-Identifier: LGPL-2.1-only
+
+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/common/libringbuffer.la \
+       $(top_builddir)/src/liblttng-ust-comm/liblttng-ust-comm.la \
+       $(top_builddir)/src/common/libcommon.la \
        $(top_builddir)/tests/utils/libtap.a
This page took 0.023096 seconds and 4 git commands to generate.