X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=34478734763012c3be58dc7629e5fc3911b762bf;hb=69e98ad60c01ddfbfa6eb843960f77804173dd0f;hp=6aad72cf4dd65291398ea22932973c46e968eece;hpb=40ebe2193c00a3b67294ad38b47537cdd68b0e82;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 6aad72cf4..344787347 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -63,6 +63,7 @@ libcommon_lgpl_la_SOURCES = \ 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 \ @@ -85,9 +86,11 @@ libcommon_lgpl_la_SOURCES = \ event-rule/jul-logging.cpp \ event-rule/python-logging.cpp \ exception.cpp exception.hpp \ - file-descriptor.hpp \ - fd-handle.cpp fd-handle.hpp\ + file-descriptor.hpp file-descriptor.cpp \ + fd-handle.cpp fd-handle.hpp \ format.hpp \ + io-hint.cpp \ + io-hint.hpp \ kernel-probe.cpp \ location.cpp \ locked-reference.hpp \ @@ -117,6 +120,10 @@ libcommon_lgpl_la_SOURCES = \ 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 @@ -168,13 +175,11 @@ libcommon_gpl_la_LIBADD = \ # libcompat noinst_LTLIBRARIES += libcompat.la libcompat_la_SOURCES = \ - compat/compat-fcntl.cpp \ compat/directory-handle.cpp \ compat/directory-handle.hpp \ compat/dirent.hpp \ compat/endian.hpp \ compat/errno.hpp \ - compat/fcntl.hpp \ compat/getenv.hpp \ compat/mman.hpp \ compat/netdb.hpp \