summaryrefslogtreecommitdiffstats
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2014-07-06 13:41:04 +0200
committerThomas Graf <tgraf@suug.ch>2014-07-06 13:41:04 +0200
commite30ab3ad3d352cffc4b7fb29795cab5372f02ddd (patch)
tree91a104a7ba1b4424696844e792e644e145bcc71c /examples/Makefile.am
parentbe8ef18b742757e2a722bdc60bca546553f4d15c (diff)
Install bmon.conf in examples dir in package doc
Defaults are fine, no need to clutter sysconfdir with a useless default config file. Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
new file mode 100644
index 0000000..a85ff55
--- /dev/null
+++ b/examples/Makefile.am
@@ -0,0 +1,6 @@
+# -*- Makefile -*-
+
+exampledir = $(datarootdir)/doc/@PACKAGE@/examples
+example_DATA = bmon.conf
+
+EXTRA_DIST = $(example_DATA)