Disallow building static librairies
[lttng-ust.git] / src / lib / lttng-ust-java-agent / jni / common / Makefile.am
CommitLineData
c0c0989a
MJ
1# SPDX-License-Identifier: LGPL-2.1-only
2
fb54defd 3AM_CPPFLAGS += -I$(builddir) -I$(srcdir) $(JNI_CPPFLAGS)
8ab5c06b
AM
4
5lib_LTLIBRARIES = liblttng-ust-context-jni.la
0ae93b33 6liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c lttng_ust_context.h
8ab5c06b
AM
7
8nodist_liblttng_ust_context_jni_la_SOURCES = org_lttng_ust_agent_context_LttngContextApi.h
9
4350ff08 10liblttng_ust_context_jni_la_LIBADD = -lc \
6339062a 11 $(top_builddir)/src/lib/lttng-ust/liblttng-ust.la
This page took 0.035832 seconds and 4 git commands to generate.