Move libustcomm to 'src/common/'
[lttng-ust.git] / src / common / Makefile.am
index 2fbc8fffacf2db9242493bec043134613e08e9ff..fdbbc05c7bd4cf7188cfd6701eee7d6473dc9aff 100644 (file)
@@ -15,8 +15,7 @@ noinst_HEADERS = \
        logging.h \
        macros.h \
        patient.h \
-       safe-snprintf.h \
-       ustcomm.h
+       safe-snprintf.h
 
 noinst_HEADERS += \
        compat/dlfcn.h \
@@ -42,7 +41,8 @@ noinst_LTLIBRARIES = \
        msgpack/libmsgpack.la \
        libringbuffer.la \
        snprintf/libsnprintf.la \
-       libcommon.la
+       libcommon.la \
+       libustcomm.la
 
 # counter
 libcounter_la_SOURCES = \
@@ -133,4 +133,8 @@ libcommon_la_LIBADD = \
        msgpack/libmsgpack.la \
        snprintf/libsnprintf.la
 
+libustcomm_la_SOURCES = \
+       ustcomm.c \
+       ustcomm.h
+
 EXTRA_DIST = snprintf/README
This page took 0.022997 seconds and 4 git commands to generate.