Mi: mi backend + mi for command version
[lttng-tools.git] / src / common / Makefile.am
index 6aa0a8ab09e85e8077daf1896884154c41d8f090..4b623c837db6bd2cd3e82802e9f01927d2205d02 100644 (file)
@@ -16,8 +16,12 @@ noinst_LTLIBRARIES = libcommon.la
 libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.c runas.h \
                        common.h futex.c futex.h uri.c uri.h defaults.c \
                        pipe.c pipe.h readwrite.c readwrite.h \
+                       mi-lttng.h mi-lttng.c \
                        daemonize.c daemonize.h
-libcommon_la_LIBADD = -luuid -lrt
+libcommon_la_LIBADD = \
+               -luuid \
+               -lrt \
+               $(top_builddir)/src/common/config/libconfig.la
 
 # Consumer library
 noinst_LTLIBRARIES += libconsumer.la
This page took 0.024177 seconds and 5 git commands to generate.