Test debug-info
[babeltrace.git] / Makefile.am
index 1d66b1d4ce6c81a88fc8208410e2f2a3b9fb01f8..4c6b4d37a9197a66f86a78748a1749a233d042d5 100644 (file)
@@ -2,21 +2,21 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS =                      \
-       include                 \
+SUBDIRS = include              \
        common                  \
-       types                   \
-       compat
+       compat                  \
+       logging
 
 if WITH_PYTHON_PLUGINS
+# Only build the Python plugin provider shared object if the
+# configuration doesn't ask to make it built-in.
 SUBDIRS += python-plugin-provider
 endif
 
 SUBDIRS +=                     \
        lib                     \
-       formats                 \
        plugins                 \
-       converter               \
+       cli                     \
        bindings                \
        tests                   \
        doc                     \
@@ -29,3 +29,10 @@ dist_noinst_DATA = CodingStyle
 
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
+
+# Create a symlink from libbabeltrace-ctf to libbabeltrace.
+# CTF writer used to be in libbabeltrace-ctf in Babeltrace 1, so this
+# file must still exist. As of Babeltrace 2, CTF writer is implemented
+# in libbabeltrace, hence the symlink.
+install-exec-hook:
+       $(LN_S) -f libbabeltrace.so $(DESTDIR)$(libdir)/libbabeltrace-ctf.so
This page took 0.023294 seconds and 4 git commands to generate.