ctf.fs: bt_ctf_notif_iter_create(): assert() that all medops exist
[babeltrace.git] / ctf-reader-proto / Makefile.am
1 SUBDIRS = metadata-parsing ctf-notif-iter ctf-btr
2
3 AM_CFLAGS = $(PACKAGE_CFLAGS)
4 AM_CPPFLAGS = -I$(top_srcdir)/include
5
6 noinst_PROGRAMS = protorectoral
7
8 protorectoral_SOURCES = \
9 protorectoral.c \
10 ctf-fs.c \
11 ctf-fs-file.c \
12 ctf-fs-metadata.c \
13 ctf-fs-data-stream.c
14 protorectoral_LDADD = \
15 metadata-parsing/libctf-parser.la \
16 metadata-parsing/libctf-ast.la \
17 ctf-notif-iter/libctf-notif-iter.la \
18 ctf-btr/libctf-btr.la \
19 $(top_builddir)/lib/libbabeltrace.la \
20 $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
This page took 0.029045 seconds and 4 git commands to generate.