X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=6aad72cf4dd65291398ea22932973c46e968eece;hb=40ebe2193c00a3b67294ad38b47537cdd68b0e82;hp=522a1ee3248ecc4be8b26cce081c416f56a00e2e;hpb=e35e95ea77196e8997a02eda4bb8c1c5c6cba0fb;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 522a1ee32..6aad72cf4 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 \ @@ -84,6 +85,7 @@ 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\ format.hpp \ kernel-probe.cpp \ @@ -98,8 +100,10 @@ libcommon_lgpl_la_SOURCES = \ payload.cpp payload.hpp \ payload-view.cpp payload-view.hpp \ pthread-lock.hpp \ + 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 \