Defaults are fine, no need to clutter sysconfdir with a useless default config file. Signed-off-by: Thomas Graf <tgraf@suug.ch>
7 lines
126 B
Makefile
7 lines
126 B
Makefile
# -*- Makefile -*-
|
|
|
|
exampledir = $(datarootdir)/doc/@PACKAGE@/examples
|
|
example_DATA = bmon.conf
|
|
|
|
EXTRA_DIST = $(example_DATA)
|