Build fix: failure on macOS caused by missing space in Makefile
[lttng-tools.git] / src / common / Makefile.am
index e04b38347d47fb60a6ab8e7bb0563bdd07c55099..8f18033bcf972c018104ee237a6788f59b8747f5 100644 (file)
@@ -73,7 +73,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 \
@@ -87,7 +86,7 @@ libcommon_lgpl_la_SOURCES = \
        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 \
@@ -120,6 +119,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
This page took 0.033142 seconds and 4 git commands to generate.