Fix: ustctl need to send the second fd upon error of 1st fd
[lttng-ust.git] / liblttng-ust-java / Makefile.am
... / ...
CommitLineData
1if BUILD_JNI_INTERFACE
2
3AM_CPPFLAGS = -I$(top_srcdir)/include
4
5lib_LTLIBRARIES = liblttng-ust-java.la
6liblttng_ust_java_la_SOURCES = LTTngUst.c org_lttng_ust_LTTngUst.h lttng_ust_java.h
7dist_noinst_DATA = LTTngUst.java
8liblttng_ust_java_la_LIBADD = -lc -L$(top_builddir)/liblttng-ust/.libs -llttng-ust
9
10all: LTTngUst.class org_lttng_ust_LTTngUst.h
11
12clean-local:
13 rm org_lttng_ust_LTTngUst.h
14 rm -rf org/
15
16LTTngUst.class: LTTngUst.java
17 javac -d "$(builddir)" "$(srcdir)/LTTngUst.java"
18
19org_lttng_ust_LTTngUst.h: LTTngUst.class
20 javah org.lttng.ust.LTTngUst
21
22endif
This page took 0.022161 seconds and 4 git commands to generate.