Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-python-agent / Makefile.am
index 077e50c5fb4d581eddf31151dd994161f6d9581a..2b316a7b437d040c8115536bedd3b84bd03bda9d 100644 (file)
@@ -1,7 +1,7 @@
+# SPDX-License-Identifier: LGPL-2.1-only
+
 # tracepoint provider: always built/installed (does not depend on Python per se)
-AM_CPPFLAGS = -I$(top_srcdir)/include/ \
-       -I$(top_builddir)/include/
-AM_CFLAGS += -fno-strict-aliasing
+AM_CFLAGS += -I$(srcdir) -fno-strict-aliasing
 
 lib_LTLIBRARIES = liblttng-ust-python-agent.la
 
This page took 0.023816 seconds and 4 git commands to generate.