test bitfield: adapt tests to 64-bit arch (long -> int for input type)
[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.032047 seconds and 4 git commands to generate.