mirror_smartmontools-debian/examplescripts/Makefile.am
Guido Guenther 9ebc753d41 Imported smartmontools-5.37
Imported smartmontools-5.37
into Git repository
2006-12-21 13:03:50 +01:00

12 lines
273 B
Makefile

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