summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-07-05 15:25:19 +0200
committerThomas Graf <tgraf@suug.ch>2013-07-05 15:25:19 +0200
commitd3ebae78ad247be049ade85b2e1ee4fa3b3471c0 (patch)
tree59cd8484421f6b95f2faa79ed5afc8fa341d24a2
parent55a9cc28cec00b5f6b1c574a96c47aa39dfbc9ae (diff)
List headers noninst to make them part of the distribution
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac1
-rw-r--r--include/Makefile.am19
3 files changed, 21 insertions, 1 deletions
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