Tracepoint API namespacing ctf_integer
[lttng-ust.git] / tests / unit / libmsgpack / Makefile.am
index 0fb0b447fc5b4968518f0a2063227817ddc9a17d..33f2b69e946560d38aaa39eed1cf2e6f860759a4 100644 (file)
@@ -1,11 +1,11 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils
+AM_CPPFLAGS += -I$(top_srcdir)/tests/utils
 
 noinst_PROGRAMS = test_msgpack
 test_msgpack_SOURCES = test_msgpack.c
 test_msgpack_LDADD = \
$(top_builddir)/libmsgpack/libmsgpack.la \
- $(top_builddir)/tests/utils/libtap.a
      $(top_builddir)/src/common/libmsgpack.la \
      $(top_builddir)/tests/utils/libtap.a
 
 test_msgpack_CFLAGS = $(AM_CFLAGS)
This page took 0.028521 seconds and 4 git commands to generate.