Cleanup: standardise include path
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
1 AM_CPPFLAGS += -I$(builddir) -I$(srcdir) $(JNI_CPPFLAGS)
2
3 lib_LTLIBRARIES = liblttng-ust-context-jni.la
4 liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c lttng_ust_context.h
5
6 nodist_liblttng_ust_context_jni_la_SOURCES = org_lttng_ust_agent_context_LttngContextApi.h
7
8 liblttng_ust_context_jni_la_LIBADD = -lc \
9 $(top_builddir)/liblttng-ust/liblttng-ust.la
This page took 0.031168 seconds and 5 git commands to generate.