summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent55a9cc28cec00b5f6b1c574a96c47aa39dfbc9ae (diff)
List headers noninst to make them part of the distribution
Diffstat (limited to 'include')
-rw-r--r--include/Makefile.am19
1 files changed, 19 insertions, 0 deletions
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