API Fix: bt_ctf_iter_read_event_flags
[babeltrace.git] / formats / ctf / types / Makefile.am
CommitLineData
ac65e355
MD
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
30827463 3noinst_LTLIBRARIES = libctf-types.la
ac65e355 4
7fb21036 5libctf_types_la_SOURCES = \
ac65e355
MD
6 array.c \
7 enum.c \
8 float.c \
9 integer.c \
10 sequence.c \
11 string.c \
6ee5115e
MD
12 struct.c \
13 variant.c
76863fd6
MD
14
15libctf_types_la_LIBADD = \
16 $(top_builddir)/lib/libbabeltrace.la
This page took 0.026499 seconds and 4 git commands to generate.