X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=a8dccc617e0d3dfca1fda305f5671e885e10ec13;hb=a4baae1b0463bc4ce65c2a458c4a941e7fabc594;hp=0c02d533c021105cd73c6d1e105f77b251955fba;hpb=55d097957f5bb8138959ad2202a40d85d49f029e;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 0c02d533c..a8dccc617 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,7 +1,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src SUBDIRS = compat health hashtable kernel-ctl sessiond-comm relayd \ - kernel-consumer ust-consumer testpoint index + kernel-consumer ust-consumer testpoint index config AM_CFLAGS = -fno-strict-aliasing @@ -14,7 +14,7 @@ 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 + pipe.c pipe.h readwrite.c readwrite.h libcommon_la_LIBADD = -luuid # Consumer library