Add autotools build
[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.030073 seconds and 4 git commands to generate.