Missing btr makefile
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 11 Oct 2016 14:43:28 +0000 (10:43 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/btr/Makefile.am [new file with mode: 0644]

diff --git a/plugins/ctf/common/btr/Makefile.am b/plugins/ctf/common/btr/Makefile.am
new file mode 100644 (file)
index 0000000..e916266
--- /dev/null
@@ -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
This page took 0.026355 seconds and 4 git commands to generate.