lib: lib-logging.c: `Babeltrace library` -> `libbabeltrace2`
[babeltrace.git] / src / common / Makefile.am
index b2a232e899b29b6c439a9f27bd4dcbd4adea91bd..16508165d77e42b2329606ca34b751c0a417b246 100644 (file)
@@ -1,12 +1,14 @@
-AM_CPPFLAGS += -DINSTALL_LIBDIR=\"$(libdir)\"
+AM_CPPFLAGS += -DBABELTRACE_PLUGINS_DIR=\"$(BABELTRACE_PLUGINS_DIR)\"
 
 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.022835 seconds and 4 git commands to generate.