Move dynamic-type to libcommon
[lttng-ust.git] / src / common / Makefile.am
index a53e4ce750404f3dbe7e9c59f64a0bc2049e18fc..b5f8473bc97a452b0aa113d9e19d3cb49da81b58 100644 (file)
@@ -12,8 +12,6 @@ noinst_HEADERS = \
        bitmap.h \
        clock.h \
        creds.h \
-       dynamic-type.h \
-       elf.h \
        err-ptr.h \
        events.h \
        hash.h \
@@ -138,6 +136,11 @@ libsnprintf_la_SOURCES = \
 
 # Common library
 libcommon_la_SOURCES = \
+       dynamic-type.c \
+       dynamic-type.h \
+       elf.c \
+       elf.h \
+       events.c \
        getenv.c \
        getenv.h \
        logging.c \
@@ -146,6 +149,8 @@ libcommon_la_SOURCES = \
        smp.h \
        strutils.c \
        strutils.h \
+       utils.c \
+       utils.h \
        patient.c
 
 libcommon_la_LIBADD = \
This page took 0.023924 seconds and 4 git commands to generate.