7612932a80e97f32baf07026c18a656ad284261e
[lttng-ust.git] / liblttng-ust-java-agent / jni / common / Makefile.am
1 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(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 -L$(top_builddir)/liblttng-ust/.libs -llttng-ust
This page took 0.029341 seconds and 3 git commands to generate.