Use environment information for extra fields
[babeltrace.git] / formats / ctf-text / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = types .
4
5 lib_LTLIBRARIES = libctf-text.la
6
7 libctf_text_la_SOURCES = \
8 ctf-text.c
9
10 libctf_text_la_LIBADD = \
11 types/libctf-text-types.la \
12 ../libbabeltrace_registry.la
This page took 0.029045 seconds and 4 git commands to generate.