summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorblastmaster <blastmaster@tuxcode.org>2016-07-19 22:04:26 +0200
committerThomas Graf <tgraf@suug.ch>2016-07-19 22:57:53 +0200
commite47a376f70ef309b78eed864abecea9c1900a765 (patch)
tree08776d0e32eb334a8f99ee92bdc5500ba2877df0
parent828b5b5368bc5054b16a2504fcbb7a7e77087598 (diff)
fix make distcheck error
* add layout.h in include/Makefile.am
-rw-r--r--include/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am
index 327db14..75a88fc 100644
--- a/include/Makefile.am
+++ b/include/Makefile.am
@@ -16,4 +16,5 @@ noinst_HEADERS = \
bmon/module.h \
bmon/output.h \
bmon/unit.h \
+ bmon/layout.h \
bmon/utils.h