Specify callback to move packet in open_trace
[babeltrace.git] / formats / bt-dummy / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 lib_LTLIBRARIES = libbt-dummy.la
4
5 libbt_dummy_la_SOURCES = \
6 bt-dummy.c
7
8 libbt_dummy_la_LIBADD = \
9 ../libbabeltrace_registry.la
This page took 0.029543 seconds and 4 git commands to generate.