mirror of
https://git.proxmox.com/git/mirror_smartmontools-debian
synced 2026-03-28 03:08:21 +00:00
11 lines
257 B
Makefile
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)
|