mirror_smartmontools-debian/examplescripts/Makefile.am
2006-04-23 17:49:33 +02:00

11 lines
257 B
Makefile

## Process this file with automake to produce Makefile.in
examplesdir=$(exampledir)
examples_DATA = README
examples_SCRIPTS = Example1 \
Example2 \
Example3
EXTRA_DIST = $(examples_SCRIPTS)