Move futex wrapper to 'common/compat/'
[lttng-ust.git] / src / common / Makefile.am
index e75ee2509e44c0c657bcc373016a18f61849051b..b847001e41b72a307b00ce7edaa7ef5406246dc6 100644 (file)
@@ -13,6 +13,7 @@ noinst_HEADERS = \
        clock.h \
        dynamic-type.h \
        elf.h \
+       events.h \
        logging.h \
        macros.h \
        patient.h \
@@ -44,6 +45,7 @@ noinst_HEADERS += \
 
 noinst_LTLIBRARIES = \
        libcounter.la \
+       libcompat.la \
        libmsgpack.la \
        libringbuffer.la \
        libsnprintf.la \
@@ -73,6 +75,11 @@ endif
 
 libcounter_la_CFLAGS = -DUST_COMPONENT="libcounter" $(AM_CFLAGS)
 
+# compat
+libcompat_la_SOURCES = \
+       compat/futex.c \
+       compat/futex.h
+
 # msgpack
 libmsgpack_la_SOURCES = \
        msgpack/msgpack.c \
@@ -136,6 +143,7 @@ libcommon_la_SOURCES = \
        patient.c
 
 libcommon_la_LIBADD = \
+       libcompat.la \
        libmsgpack.la \
        libsnprintf.la
 
This page took 0.024631 seconds and 4 git commands to generate.