Move lttng-hash-helper.h to 'src/common/'
[lttng-ust.git] / src / common / Makefile.am
index e450f8c858876fd617b6344ab122626d7c75e821..15aba9b5afae87d89cbccedf836f7a3d1c69e8d8 100644 (file)
@@ -11,9 +11,13 @@ noinst_HEADERS = \
        bitfield.h \
        bitmap.h \
        clock.h \
+       creds.h \
        dynamic-type.h \
        elf.h \
+       err-ptr.h \
        events.h \
+       hash.h \
+       jhash.h \
        logging.h \
        macros.h \
        patient.h \
@@ -45,6 +49,7 @@ noinst_HEADERS += \
 
 noinst_LTLIBRARIES = \
        libcounter.la \
+       libcompat.la \
        libmsgpack.la \
        libringbuffer.la \
        libsnprintf.la \
@@ -74,6 +79,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 \
@@ -137,6 +147,7 @@ libcommon_la_SOURCES = \
        patient.c
 
 libcommon_la_LIBADD = \
+       libcompat.la \
        libmsgpack.la \
        libsnprintf.la
 
This page took 0.025634 seconds and 4 git commands to generate.