Add missing makefile
[babeltrace.git] / formats / ctf-text / Makefile.am
... / ...
CommitLineData
1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3SUBDIRS = types .
4
5lib_LTLIBRARIES = libctf-text.la
6
7libctf_text_la_SOURCES = \
8 ctf-text.c
9
10libctf_text_la_LIBADD = \
11 types/libctf-text-types.la
This page took 0.022063 seconds and 4 git commands to generate.