Build fix
[babeltrace.git] / formats / ctf / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
2
3 SUBDIRS = . types
4 #metadata
5
6 lib_LTLIBRARIES = libctf.la
7
8 libctf_la_SOURCES = \
9 ctf.c \
10 types/ctf_types.o
11 # metadata/ctf_parse.o
This page took 0.028837 seconds and 4 git commands to generate.