From e92927d14bed54c7a1c97341abf58f17a0015bdb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 19 Jul 2011 21:36:18 -0400 Subject: [PATCH] Add missing include files to dist tarball Signed-off-by: Mathieu Desnoyers --- Makefile.am | 2 +- configure.ac | 1 + formats/ctf/metadata/Makefile.am | 4 ++++ include/Makefile.am | 13 +++++++++++++ 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 include/Makefile.am diff --git a/Makefile.am b/Makefile.am index 531a4a82..4fa6571e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,4 +2,4 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = types formats lib converter tests +SUBDIRS = include types formats lib converter tests diff --git a/configure.ac b/configure.ac index eaa77606..2fa3d19d 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,7 @@ AC_CONFIG_FILES([ formats/ctf/metadata/Makefile converter/Makefile lib/Makefile + include/Makefile tests/Makefile ]) AC_OUTPUT diff --git a/formats/ctf/metadata/Makefile.am b/formats/ctf/metadata/Makefile.am index 527ae0c6..09f105f1 100644 --- a/formats/ctf/metadata/Makefile.am +++ b/formats/ctf/metadata/Makefile.am @@ -4,6 +4,10 @@ AM_YFLAGS = -t -d -v lib_LTLIBRARIES = libctf-parser.la libctf-ast.la +noinst_HEADERS = \ + ctf-scanner.h \ + ctf-ast.h + libctf_parser_la_SOURCES = ctf-lexer.l ctf-parser.y libctf_ast_la_SOURCES = ctf-visitor-xml.c \ diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 00000000..7239596c --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,13 @@ +noinst_HEADERS = \ + babeltrace/align.h \ + babeltrace/babeltrace.h \ + babeltrace/bitfield.h \ + babeltrace/compiler.h \ + babeltrace/format.h \ + babeltrace/list.h \ + babeltrace/prio_heap.h \ + babeltrace/types.h \ + babeltrace/ctf-ir/metadata.h \ + babeltrace/ctf/metadata.h \ + babeltrace/ctf-text/types.h \ + babeltrace/ctf/types.h -- 2.34.1