tests: append to AM_CFLAGS instead of overriding it
[lttng-tools.git] / tests / regression / tools / notification / Makefile.am
index 0e7a667014db48a9f7168217a10879be838152e3..bc2c9123c2882e2d8c5b5fef32e0082bdaaf777b 100644 (file)
@@ -1,6 +1,6 @@
-AM_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src -I$(top_srcdir)/tests -I$(top_srcdir)/tests/utils/ -I$(srcdir)
-AM_LDFLAGS =
+# SPDX-License-Identifier: GPL-2.0-only
 
+AM_CFLAGS += -I$(top_srcdir)/tests/utils
 
 LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la
 LIB_LTTNG_CTL = $(top_builddir)/src/lib/lttng-ctl/liblttng-ctl.la
This page took 0.023318 seconds and 4 git commands to generate.