Fix: Remove test_seek_empty_packet and test_seek_big_trace from SCRIPT_LIST
[babeltrace.git] / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = include types compat lib formats converter bindings tests doc extras
6
7 dist_doc_DATA = ChangeLog LICENSE mit-license.txt gpl-2.0.txt \
8 std-ext-lib.txt
9
10 dist_noinst_DATA = CodingStyle
11
12 pkgconfigdir = $(libdir)/pkgconfig
13 pkgconfig_DATA = babeltrace.pc babeltrace-ctf.pc
This page took 0.028894 seconds and 4 git commands to generate.