bmon/examples/Makefile.am
Thomas Graf e30ab3ad3d 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>
2014-07-06 13:41:04 +02:00

7 lines
126 B
Makefile

# -*- Makefile -*-
exampledir = $(datarootdir)/doc/@PACKAGE@/examples
example_DATA = bmon.conf
EXTRA_DIST = $(example_DATA)