From: Jérémie Galarneau Date: Tue, 11 Oct 2016 14:43:28 +0000 (-0400) Subject: Missing btr makefile X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=a099e35ad689824405e2f93be8da799db08cb43b;p=deliverable%2Fbabeltrace.git Missing btr makefile Signed-off-by: Jérémie Galarneau --- diff --git a/plugins/ctf/common/btr/Makefile.am b/plugins/ctf/common/btr/Makefile.am new file mode 100644 index 000000000..e916266e6 --- /dev/null +++ b/plugins/ctf/common/btr/Makefile.am @@ -0,0 +1,5 @@ +AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include + +noinst_HEADERS = btr.h +noinst_LTLIBRARIES = libctf-btr.la +libctf_btr_la_SOURCES = btr.c