Fix: add missing header to dist tarball
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Feb 2016 23:25:37 +0000 (18:25 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Feb 2016 23:25:37 +0000 (18:25 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/jni/common/Makefile.am

index 9e440cdc82bdffd680f055a1c0014ee0d22347fb..704f2bb03e46b9d50a6c57cb9d3c56c7d499311c 100644 (file)
@@ -1,7 +1,7 @@
 AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include
 
 lib_LTLIBRARIES = liblttng-ust-context-jni.la
-liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c
+liblttng_ust_context_jni_la_SOURCES = lttng_ust_context.c lttng_ust_context.h
 
 nodist_liblttng_ust_context_jni_la_SOURCES = org_lttng_ust_agent_context_LttngContextApi.h
 
This page took 0.026201 seconds and 4 git commands to generate.