Fix: perform an explicit stdout flush in live even on empty packets
[babeltrace.git] / Makefile.am
index f88b548ee33251952246b2c06828463a7b1052d7..c3c64e09a01db8623b2ff312645196fbfe54d14c 100644 (file)
@@ -2,12 +2,12 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = types . tests
+SUBDIRS = include types compat lib formats converter bindings tests doc extras
 
-bin_PROGRAMS = babeltrace
+dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
+               std-ext-lib.txt
 
-babeltrace_LDADD = \
-       types/types.a \
-       formats/registry.a
+dist_noinst_DATA = CodingStyle
 
-# converter/
+pkgconfigdir = $(libdir)/pkgconfig
+pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
This page took 0.022978 seconds and 4 git commands to generate.