Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
index 9e440cdc82bdffd680f055a1c0014ee0d22347fb..7612932a80e97f32baf07026c18a656ad284261e 100644 (file)
@@ -1,7 +1,7 @@
-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
+liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c lttng_ust_context.h
 
 nodist_liblttng_ust_context_jni_la_SOURCES = org_lttng_ust_agent_context_LttngContextApi.h
 
This page took 0.025411 seconds and 5 git commands to generate.