Use compiler-agnostic defines to silence warning
[lttng-tools.git] / src / common / Makefile.am
index 2b6e0686413c8a3004a07b85a7c827df10c5c885..499ffa9d8dce0f43e17e0451046164c01a6b0b86 100644 (file)
@@ -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 \
@@ -82,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 \
@@ -104,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 \
@@ -113,6 +112,7 @@ 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 \
@@ -430,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
This page took 0.027201 seconds and 4 git commands to generate.