Replace libuuid with internal implementation
[babeltrace.git] / src / common / Makefile.am
index b2a232e899b29b6c439a9f27bd4dcbd4adea91bd..02b8106a0f7b604b56074c3f06dfc6b07dcabee1 100644 (file)
@@ -3,10 +3,12 @@ AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
 noinst_LTLIBRARIES = libbabeltrace2-common.la
 
 libbabeltrace2_common_la_SOURCES = \
-       assert.h \
        assert.c \
+       assert.h \
        common.c \
-       common.h
+       common.h \
+       uuid.c \
+       uuid.h
 
 noinst_HEADERS = \
        align.h \
This page took 0.023685 seconds and 4 git commands to generate.