Fix: add missing header to dist tarball
[lttng-ust.git] / 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.024121 seconds and 4 git commands to generate.