Add wildcard support
[lttng-ust.git] / liblttng-ust / Makefile.am
index fef43c2466956dca38c94fbf497ed086ef4500f8..a0df885afb2bbf6d715c3c0be17ce2944b3c4e69 100644 (file)
@@ -21,7 +21,8 @@ liblttng_ust_runtime_la_SOURCES = \
        tracepoint-internal.h \
        clock.h \
        wait.h \
-       jhash.h
+       jhash.h \
+       error.h
 
 liblttng_ust_support_la_SOURCES = \
        ltt-tracer.h \
@@ -48,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.023305 seconds and 4 git commands to generate.