lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / src / common / Makefile.am
index 1a73672fb78b12149cbbecdce101f809cf9e428c..02b8106a0f7b604b56074c3f06dfc6b07dcabee1 100644 (file)
@@ -3,18 +3,19 @@ AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
 noinst_LTLIBRARIES = libbabeltrace2-common.la
 
 libbabeltrace2_common_la_SOURCES = \
-       assert.h \
        assert.c \
+       assert.h \
        common.c \
        common.h \
-       logging.c \
-       logging.h
+       uuid.c \
+       uuid.h
 
 noinst_HEADERS = \
        align.h \
-       babeltrace.h \
        list.h \
+       macros.h \
        mmap-align.h \
+       safe.h \
        version.h \
        version.i
 
This page took 0.024776 seconds and 4 git commands to generate.