Add wildcard support
[lttng-ust.git] / liblttng-ust / Makefile.am
index fe474f722376126d4d41ef066d0a7ff79e5d50e6..a0df885afb2bbf6d715c3c0be17ce2944b3c4e69 100644 (file)
@@ -20,7 +20,9 @@ liblttng_ust_runtime_la_SOURCES = \
        tracepoint.c \
        tracepoint-internal.h \
        clock.h \
-       wait.h
+       wait.h \
+       jhash.h \
+       error.h
 
 liblttng_ust_support_la_SOURCES = \
        ltt-tracer.h \
@@ -47,4 +49,4 @@ liblttng_ust_la_LIBADD = \
        $(top_builddir)/liblttng-ust-comm/liblttng-ust-comm.la \
        liblttng-ust-runtime.la liblttng-ust-support.la
 
-liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng-ust" -fno-strict-aliasing
+liblttng_ust_la_CFLAGS = -DUST_COMPONENT="liblttng_ust" -fno-strict-aliasing
This page took 0.023564 seconds and 4 git commands to generate.