X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=formats%2Fctf-text%2FMakefile.am;fp=formats%2Fctf-text%2FMakefile.am;h=15fe22f6162ef8fadb322c5f21060343d00fc2c2;hp=0000000000000000000000000000000000000000;hb=5d8669ecc533497d27dfaa167c5292d4d9b783b8;hpb=642ec66de5bdf7e5e8edfca5d3aacf809955e33e diff --git a/formats/ctf-text/Makefile.am b/formats/ctf-text/Makefile.am new file mode 100644 index 00000000..15fe22f6 --- /dev/null +++ b/formats/ctf-text/Makefile.am @@ -0,0 +1,11 @@ +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include + +SUBDIRS = types . + +lib_LTLIBRARIES = libctf-text.la + +libctf_text_la_SOURCES = \ + ctf-text.c + +libctf_text_la_LIBADD = \ + types/libctf-text-types.la