Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
index 704f2bb03e46b9d50a6c57cb9d3c56c7d499311c..7612932a80e97f32baf07026c18a656ad284261e 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
+AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(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.023997 seconds and 4 git commands to generate.