X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2FMakefile.am;h=e04b38347d47fb60a6ab8e7bb0563bdd07c55099;hb=671e39d79a1ad9c3f13c4784a26710a5b1f14237;hp=5e5f6d5e79985d8da98a98432016118ae7beebac;hpb=83885b70dcfbcee908957d8a8057870c6f6c1273;p=lttng-tools.git diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5e5f6d5e7..e04b38347 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -89,6 +89,8 @@ libcommon_lgpl_la_SOURCES = \ 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 \ @@ -169,13 +171,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 \