From d3ebae78ad247be049ade85b2e1ee4fa3b3471c0 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Fri, 5 Jul 2013 15:25:19 +0200 Subject: List headers noninst to make them part of the distribution --- Makefile.am | 2 +- configure.ac | 1 + include/Makefile.am | 19 +++++++++++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 include/Makefile.am diff --git a/Makefile.am b/Makefile.am index 533f8c5..6570a4e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = src man +SUBDIRS = src man include pkgsysconfdir = $(sysconfdir) pkgsysconf_DATA = etc/bmon.conf diff --git a/configure.ac b/configure.ac index ca07480..0f7cb2e 100644 --- a/configure.ac +++ b/configure.ac @@ -184,6 +184,7 @@ AC_SUBST(CURSES) AC_CONFIG_FILES([ Makefile +include/Makefile src/Makefile man/Makefile ]) diff --git a/include/Makefile.am b/include/Makefile.am new file mode 100644 index 0000000..327db14 --- /dev/null +++ b/include/Makefile.am @@ -0,0 +1,19 @@ +noinst_HEADERS = \ + bmon/attr.h \ + bmon/bmon.h \ + bmon/compile-fixes.h \ + bmon/conf.h \ + bmon/config.h \ + bmon/defs.h \ + bmon/element_cfg.h \ + bmon/element.h \ + bmon/graph.h \ + bmon/group.h \ + bmon/history.h \ + bmon/info.h \ + bmon/input.h \ + bmon/list.h \ + bmon/module.h \ + bmon/output.h \ + bmon/unit.h \ + bmon/utils.h -- cgit v1.2.3