Rename PLUGINSDIR to BABELTRACE_PLUGINS_DIR and enable it
[babeltrace.git] / src / common / Makefile.am
index 1a73672fb78b12149cbbecdce101f809cf9e428c..16508165d77e42b2329606ca34b751c0a417b246 100644 (file)
@@ -1,20 +1,21 @@
-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 \
-       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.031596 seconds and 4 git commands to generate.