Move liblttng-ust-tracepoint to 'src/lib/'
[lttng-ust.git] / src / common / Makefile.am
index e75ee2509e44c0c657bcc373016a18f61849051b..078ec9eefdbf99e611c675e9e797567488052ee7 100644 (file)
@@ -11,13 +11,20 @@ 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 \
+       ns.h \
        patient.h \
        procname.h \
        safe-snprintf.h \
+       tracepoint.h \
        wait.h
 
 noinst_HEADERS += \
@@ -44,6 +51,7 @@ noinst_HEADERS += \
 
 noinst_LTLIBRARIES = \
        libcounter.la \
+       libcompat.la \
        libmsgpack.la \
        libringbuffer.la \
        libsnprintf.la \
@@ -73,6 +81,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 \
@@ -133,9 +146,12 @@ libcommon_la_SOURCES = \
        getenv.h \
        logging.c \
        logging.h \
+       strutils.c \
+       strutils.h \
        patient.c
 
 libcommon_la_LIBADD = \
+       libcompat.la \
        libmsgpack.la \
        libsnprintf.la
 
This page took 0.023354 seconds and 4 git commands to generate.