Use dynamic shared libraries, list formats
[babeltrace.git] / converter / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -lpopt
2
3 bin_PROGRAMS = babeltrace
4
5 babeltrace_SOURCES = \
6 babeltrace.c
7
8 babeltrace_LDADD = \
9 $(top_builddir)/types/libbabeltrace_types.la \
10 $(top_builddir)/formats/libbabeltrace_registry.la \
11 $(top_builddir)/formats/ctf/libctf.la
This page took 0.0305879999999999 seconds and 5 git commands to generate.