X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=5e5f6d5e79985d8da98a98432016118ae7beebac;hb=83885b70dcfbcee908957d8a8057870c6f6c1273;hp=165b7c3a16c22631a4a1dd2e7dac351b25838ab5;hpb=57b90af7b1977684094706818e387433f50b7d48;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 165b7c3a1..5e5f6d5e7 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -57,6 +57,7 @@ libcommon_lgpl_la_SOURCES = \ actions/rate-policy.cpp \ buffer-view.hpp buffer-view.cpp \ channel.cpp \ + compiler.hpp \ conditions/buffer-usage.cpp \ conditions/condition.cpp \ conditions/event-rule-matches.cpp \ @@ -72,6 +73,7 @@ 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 \ @@ -84,7 +86,7 @@ libcommon_lgpl_la_SOURCES = \ event-rule/jul-logging.cpp \ event-rule/python-logging.cpp \ exception.cpp exception.hpp \ - file-descriptor.hpp \ + file-descriptor.hpp file-descriptor.cpp \ fd-handle.cpp fd-handle.hpp\ format.hpp \ kernel-probe.cpp \ @@ -102,6 +104,7 @@ libcommon_lgpl_la_SOURCES = \ random.cpp random.hpp \ readwrite.cpp readwrite.hpp \ runas.cpp runas.hpp \ + scope-exit.hpp \ session-descriptor.cpp \ snapshot.cpp snapshot.hpp \ spawn-viewer.cpp spawn-viewer.hpp \