Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-java / Makefile.am
index 0c2f6a5c838f9e62562cd915e6d44ba7be080be7..399b62cac1d06cb322d3b549c9998523d72027fe 100644 (file)
@@ -7,7 +7,7 @@ dist_noinst_JAVA = $(pkgpath)/LTTngUst.java
 jar_DATA = $(jarfile)
 BUILT_SOURCES = org_lttng_ust_LTTngUst.h
 
-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-java.la
 liblttng_ust_java_la_SOURCES = LTTngUst.c lttng_ust_java.h
 nodist_liblttng_ust_java_la_SOURCES = org_lttng_ust_LTTngUst.h
This page took 0.022453 seconds and 4 git commands to generate.