Integrate base-address statedump into lttng-ust
[lttng-ust.git] / liblttng-ust-dl / Makefile.am
index c408fddb35f10845d503a08c02e6dbc67c862d03..352f1452f92fe87a5a95b051704d09c68c4c1f62 100644 (file)
@@ -2,7 +2,10 @@ AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CFLAGS = -fno-strict-aliasing
 
 lib_LTLIBRARIES = liblttng-ust-dl.la
-liblttng_ust_dl_la_SOURCES = ustdl.c
+liblttng_ust_dl_la_SOURCES = \
+       ustdl.c \
+       ust_baddr.c \
+       ust_baddr.h
 liblttng_ust_dl_la_LIBADD = \
        $(top_builddir)/liblttng-ust/liblttng-ust.la
 
This page took 0.023385 seconds and 4 git commands to generate.