From a099e35ad689824405e2f93be8da799db08cb43b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 11 Oct 2016 10:43:28 -0400 Subject: [PATCH] Missing btr makefile MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- plugins/ctf/common/btr/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plugins/ctf/common/btr/Makefile.am diff --git a/plugins/ctf/common/btr/Makefile.am b/plugins/ctf/common/btr/Makefile.am new file mode 100644 index 00000000..e916266e --- /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 -- 2.34.1