Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-java-agent / jni / log4j / Makefile.am
index 5545631dd5a4fff8d971540d7d6b60fb57937b39..5e5fe0fcf1ffc238ea39ca802f3ce75b8f97c1a3 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-log4j-jni.la
 liblttng_ust_log4j_jni_la_SOURCES = lttng_ust_log4j.c \
This page took 0.024076 seconds and 4 git commands to generate.