X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=3b50777791579252fb2de7e92bf27039f80fdbba;hb=343af227102f6b274bfd7f6c7220eb3b776ba5e3;hp=2cf497262fff100db47e2ca35d66add1ddbe955e;hpb=8419e18fde34fe0773fe5e7dba7f94f16bcd005f;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 2cf497262..3b5077779 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,5 +1,3 @@ -AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src - AUTOMAKE_OPTIONS = subdir-objects SUBDIRS = string-utils @@ -58,8 +56,6 @@ if BUILD_LIB_CONSUMER SUBDIRS += consumer endif -AM_CFLAGS = -fno-strict-aliasing - noinst_HEADERS = lttng-kernel.h defaults.h macros.h error.h futex.h \ uri.h utils.h lttng-kernel-old.h \ align.h bitfield.h bug.h time.h @@ -78,7 +74,8 @@ libcommon_la_SOURCES = error.h error.c utils.c utils.h runas.c runas.h \ action.c notify.c condition.c buffer-usage.c \ evaluation.c notification.c trigger.c endpoint.c \ dynamic-buffer.h dynamic-buffer.c \ - buffer-view.h buffer-view.c + buffer-view.h buffer-view.c \ + waiter.h waiter.c libcommon_la_LIBADD = \ $(top_builddir)/src/common/config/libconfig.la