X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=5d1904d9c084ecc4fb7359b5eb9c787d150e15c6;hb=HEAD;hp=e04b38347d47fb60a6ab8e7bb0563bdd07c55099;hpb=671e39d79a1ad9c3f13c4784a26710a5b1f14237;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index e04b38347..499ffa9d8 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -19,13 +19,6 @@ noinst_HEADERS = \ utils.hpp -# libargpar -noinst_LTLIBRARIES += libargpar.la -libargpar_la_SOURCES = \ - argpar/argpar.c \ - argpar/argpar.h - - # libargpar-utils noinst_LTLIBRARIES += libargpar-utils.la libargpar_utils_la_SOURCES = \ @@ -57,12 +50,14 @@ libcommon_lgpl_la_SOURCES = \ actions/rate-policy.cpp \ buffer-view.hpp buffer-view.cpp \ channel.cpp \ + ctl/format.hpp \ compiler.hpp \ conditions/buffer-usage.cpp \ conditions/condition.cpp \ conditions/event-rule-matches.cpp \ conditions/session-consumed-size.cpp \ conditions/session-rotation.cpp \ + container-wrapper.hpp \ credentials.cpp credentials.hpp \ defaults.cpp \ domain.cpp \ @@ -73,7 +68,6 @@ libcommon_lgpl_la_SOURCES = \ error-query.cpp \ evaluation.cpp \ event.cpp \ - eventfd.hpp eventfd.cpp \ event-expr/event-expr.cpp \ event-field-value.cpp \ event-rule/event-rule.cpp \ @@ -83,21 +77,24 @@ libcommon_lgpl_la_SOURCES = \ event-rule/kernel-tracepoint.cpp \ event-rule/user-tracepoint.cpp \ event-rule/log4j-logging.cpp \ + event-rule/log4j2-logging.cpp \ event-rule/jul-logging.cpp \ event-rule/python-logging.cpp \ exception.cpp exception.hpp \ file-descriptor.hpp file-descriptor.cpp \ - fd-handle.cpp fd-handle.hpp\ + fd-handle.cpp fd-handle.hpp \ format.hpp \ io-hint.cpp \ io-hint.hpp \ kernel-probe.cpp \ location.cpp \ + lockfile.cpp lockfile.hpp \ locked-reference.hpp \ logging-utils.hpp logging-utils.cpp \ log-level-rule.cpp \ make-unique.hpp \ make-unique-wrapper.hpp \ + meta-helpers.hpp \ mi-lttng.cpp mi-lttng.hpp \ notification.cpp \ payload.cpp payload.hpp \ @@ -105,6 +102,7 @@ libcommon_lgpl_la_SOURCES = \ pthread-lock.hpp \ random.cpp random.hpp \ readwrite.cpp readwrite.hpp \ + reference.hpp \ runas.cpp runas.hpp \ scope-exit.hpp \ session-descriptor.cpp \ @@ -114,12 +112,17 @@ libcommon_lgpl_la_SOURCES = \ time.cpp \ tracker.cpp tracker.hpp \ trigger.cpp \ + type-traits.hpp \ unix.cpp unix.hpp \ uri.cpp uri.hpp \ userspace-probe.cpp \ urcu.hpp \ utils.cpp utils.hpp +if IS_LINUX +libcommon_lgpl_la_SOURCES += eventfd.cpp eventfd.hpp +endif + if HAVE_ELF_H libcommon_lgpl_la_SOURCES += \ lttng-elf.cpp lttng-elf.hpp @@ -427,6 +430,7 @@ endif # libstring-utils noinst_LTLIBRARIES += libstring-utils.la libstring_utils_la_SOURCES = \ + string-utils/c-string-view.hpp \ string-utils/format.hpp \ string-utils/string-utils.cpp \ string-utils/string-utils.hpp