f88b548ee33251952246b2c06828463a7b1052d7
[babeltrace.git] / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 SUBDIRS = types . tests
6
7 bin_PROGRAMS = babeltrace
8
9 babeltrace_LDADD = \
10 types/types.a \
11 formats/registry.a
12
13 # converter/
This page took 0.029713 seconds and 3 git commands to generate.