Add babeltrace option parsing
[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_srcdir)/types/libtypes.a \
10 $(top_srcdir)/formats/libregistry.a
11
This page took 0.028804 seconds and 4 git commands to generate.