Tracepoint API namespacing ust-endian
[lttng-ust.git] / tests / compile / same_line_tracepoint / Makefile.am
index 8668d6f611281739cda3e7b0b8f60babb7a3d755..6d3ac3e141925f8ed52c05f5f6ff8330d8dcce36 100644 (file)
@@ -1,11 +1,11 @@
 # SPDX-License-Identifier: LGPL-2.1-only
 
-AM_CPPFLAGS += -I$(srcdir) -Wsystem-headers
+AM_CPPFLAGS += -I$(srcdir)
 
 noinst_PROGRAMS = same_line_tracepoint
 same_line_tracepoint_SOURCES = same_line_tracepoint.c ust_tests_sameline.h
 same_line_tracepoint_LDADD = \
-       $(top_builddir)/src/liblttng-ust/liblttng-ust.la \
+       $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la \
        $(DL_LIBS)
 
 EXTRA_DIST = README
This page took 0.030295 seconds and 4 git commands to generate.