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