Move to kernel style SPDX license identifiers
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
index 1baf306d83368bd0ba6d231cba1a670adab66b9d..271cacc0aa295b2103ff3da43a338f9dc313cd09 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(JNI_CPPFLAGS)
+# SPDX-License-Identifier: LGPL-2.1-only
+
+AM_CPPFLAGS += -I$(builddir) -I$(srcdir) $(JNI_CPPFLAGS)
 
 lib_LTLIBRARIES = liblttng-ust-context-jni.la
 liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c lttng_ust_context.h
This page took 0.023155 seconds and 4 git commands to generate.