Linker: privatize libbabeltrace_types
[babeltrace.git] / formats / ctf-text / types / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 noinst_LTLIBRARIES = libctf-text-types.la
4
5 libctf_text_types_la_SOURCES = \
6 array.c \
7 enum.c \
8 float.c \
9 integer.c \
10 sequence.c \
11 string.c \
12 struct.c \
13 variant.c
14
15 libctf_text_types_la_LIBADD = \
16 $(top_builddir)/lib/libbabeltrace.la
This page took 0.031227 seconds and 5 git commands to generate.