X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=4b623c837db6bd2cd3e82802e9f01927d2205d02;hp=6aa0a8ab09e85e8077daf1896884154c41d8f090;hb=c7e35b037773dbbfe10178c946ba44feefb226e1;hpb=f9b10a528e51af8c58fdf360302271b5ed6ff873 diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6aa0a8ab0..4b623c837 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -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