Put the libbabeltrace-ctf specific parts of babeltrace.pc into a babeltrace-ctf.pc...
[babeltrace.git] / Makefile.am
index f88b548ee33251952246b2c06828463a7b1052d7..e5eca77f506b4fcbf0bf7b5e1e379d145115bb91 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 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.023228 seconds and 4 git commands to generate.