Fix: Don't override user variables within the build system
[lttng-ust.git] / liblttng-ust-java-agent / jni / log4j / Makefile.am
CommitLineData
e1c62734 1AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(JNI_CPPFLAGS)
8ab5c06b 2
501f6777
CB
3lib_LTLIBRARIES = liblttng-ust-log4j-jni.la
4liblttng_ust_log4j_jni_la_SOURCES = lttng_ust_log4j.c \
426b87ab 5 lttng_ust_log4j.h
501f6777 6
6e7bc9e0 7nodist_liblttng_ust_log4j_jni_la_SOURCES = org_lttng_ust_agent_log4j_LttngLog4jApi.h
501f6777 8
8ab5c06b 9liblttng_ust_log4j_jni_la_LIBADD = -lc \
426b87ab
MJ
10 -L$(top_builddir)/liblttng-ust/.libs \
11 -L$(top_builddir)/liblttng-ust-java-agent/jni/common/.libs \
12 -llttng-ust-context-jni \
13 -llttng-ust
This page took 0.023689 seconds and 4 git commands to generate.