Cleanup: standardise include path
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
index 1baf306d83368bd0ba6d231cba1a670adab66b9d..5fb6b2b33da10e8872c0434ca50a14332c84f447 100644 (file)
@@ -1,4 +1,4 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(JNI_CPPFLAGS)
+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.022633 seconds and 4 git commands to generate.